code block

This commit is contained in:
CHIEFSOFT\ameye
2025-02-17 11:31:48 -05:00
parent 099c354680
commit ede4fe6276
+9
View File
@@ -300,6 +300,15 @@ def salary_verifloan():
"error": "1"
}, 404
except Exception as e:
return {
"status": "0",
"error": str(e),
"message" : "Something went wrong",
"data": None
}, 500
def products():
product_data = [
{"cid": "1", "description": "Product Loan 01" , "active" : 0 },