Merge pull request #12 from j93es/hotfix/running-backend

백엔드를 실행하는데 문제가 생깁니다.
This commit is contained in:
암냥 2025-06-12 22:05:54 +09:00 committed by GitHub
commit 1b3f58b432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 16 deletions

View file

@ -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)