This commit is contained in:
Azeez Muibi
2025-04-14 11:53:42 +01:00
parent 21c8cf6c56
commit a1eb6248a2
16 changed files with 2 additions and 705 deletions
+2 -1
View File
@@ -85,5 +85,6 @@ class LoanService(BaseService):
except Exception as e:
logger.error(f"An error occurred: {str(e)}", exc_info=True)
return jsonify({
"message": f"Internal Server Error: {str(e)}"
"message": "Internal Server Error"
# "message": f"Internal Server Error: {str(e)}"
}), 500