Skip to content

Commit 1d0fc89

Browse files
committed
Update auth.py
1 parent 9679106 commit 1d0fc89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

auth.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ def unauthorized():
1010
return {
1111
"status": {
1212
"code": 401,
13-
"msg": "Unauthorized Access!"
14-
}
13+
"message": "Unauthorized Access!"
14+
},
15+
"data": None,
1516
}, 401
1617

1718

0 commit comments

Comments
 (0)