mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
edit user validations, active-inactive api
This commit is contained in:
@ -142,7 +142,9 @@ SUCCESS_CODE = {
|
||||
"3033": "Valid Referral code",
|
||||
"3034": "Invite guardian successfully",
|
||||
"3035": "Task started successfully",
|
||||
"3036": "Task reassign successfully"
|
||||
"3036": "Task reassign successfully",
|
||||
"3037": "Profile has been updated successfully.",
|
||||
"3038": "Status has been changed successfully."
|
||||
}
|
||||
"""status code error"""
|
||||
STATUS_CODE_ERROR = {
|
||||
|
||||
Reference in New Issue
Block a user