mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-15 18:07:02 +00:00
notifications 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",
|
||||
# notification read
|
||||
"3037": "Notification read successfully",
|
||||
}
|
||||
"""status code error"""
|
||||
STATUS_CODE_ERROR = {
|
||||
|
Reference in New Issue
Block a user