Skip to content

Commit

Permalink
Update auth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
algonacci committed Feb 17, 2024
1 parent 9679106 commit 1d0fc89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ def unauthorized():
return {
"status": {
"code": 401,
"msg": "Unauthorized Access!"
}
"message": "Unauthorized Access!"
},
"data": None,
}, 401


Expand Down

0 comments on commit 1d0fc89

Please sign in to comment.