HotFix Running Backend

This commit is contained in:
imnyang 2025-06-11 22:28:47 +09:00
commit ba6064c378
2 changed files with 17 additions and 15 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)