fix: use for header in 401 response

This commit is contained in:
SaintShit
2024-12-26 13:33:40 +03:30
parent 1c26cd1dcd
commit 5a855f29af

View File

@@ -31,7 +31,9 @@ _401 = {
"headers": {
"WWW-Authenticate": {
"description": "Authentication type",
"type": "string",
"schema": {
"type": "string"
},
},
},
}