From ede4fe62762a0f708e3f21662e91f477fe28be39 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 17 Feb 2025 11:31:48 -0500 Subject: [PATCH] code block --- app/app.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/app.py b/app/app.py index 0e43713..eb5ee3c 100644 --- a/app/app.py +++ b/app/app.py @@ -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 },