Skip to content

Commit

Permalink
fix: use for header in 401 response
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintShit committed Dec 26, 2024
1 parent 1c26cd1 commit 5a855f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/utils/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ class Conflict(HTTPException):
"headers": {
"WWW-Authenticate": {
"description": "Authentication type",
"type": "string",
"schema": {
"type": "string"
},
},
},
}
Expand Down

0 comments on commit 5a855f2

Please sign in to comment.