mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 04:31:09 +00:00
Добавление мета-тэгов
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user