Добавление мета-тэгов

This commit is contained in:
2026-01-31 15:29:15 +03:00
parent 6014db3c81
commit dfa4d14afc
24 changed files with 134 additions and 139 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ async def custom_not_found_handler(request: Request, exc: HTTPException):
content={"detail": "API endpoint not found", "path": path},
)
return await unknown(request)
return await unknown(request, app)
@app.middleware("http")