diff --git a/app/app.py b/app/app.py index 5bddc2b..99492ae 100644 --- a/app/app.py +++ b/app/app.py @@ -125,6 +125,7 @@ def salary_verifypin(): return { "status": "-1", "data": None, + "message" : "Invalid Pin", "error": "1" }, 404 @@ -132,6 +133,7 @@ def salary_verifypin(): return { "status": "0", "error": str(e), + "message" : "Something went wrong", "data": None }, 500