From 1033ce05965e9854fb0c5d4db0fac160ada686fa Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 11 Feb 2025 12:33:38 -0500 Subject: [PATCH] message added --- app/app.py | 2 ++ 1 file changed, 2 insertions(+) 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