mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 08:31:51 +09:00
HotFix Running Backend
This commit is contained in:
parent
30e2730cb1
commit
ba6064c378
2 changed files with 17 additions and 15 deletions
|
|
@ -20,4 +20,4 @@ async def not_found_handler(request, exc):
|
|||
|
||||
@app.exception_handler(405)
|
||||
async def method_not_allowed_handler(request, exc):
|
||||
return Response(status_code=405)
|
||||
return Response(status_code=405)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue