message added

This commit is contained in:
CHIEFSOFT\ameye
2025-02-11 12:33:38 -05:00
parent 38e17d1e23
commit 1033ce0596
+2
View File
@@ -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