mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 05:21:51 +09:00
Merge pull request #12 from j93es/hotfix/running-backend
백엔드를 실행하는데 문제가 생깁니다.
This commit is contained in:
commit
1b3f58b432
3 changed files with 18 additions and 16 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