update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user