This commit is contained in:
Valeria Fadeeva 2025-06-12 18:18:03 +05:00
parent f6be1ffebc
commit 0aeefc1e6a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import uvicorn
# import pathlib
import datetime
import uuid
@ -72,3 +73,7 @@ async def index(request: Request):
@app.exception_handler(HTTPException)
async def http_exception_handler(request, exc):
return JSONResponse(status_code=exc.status_code, content={"detail": exc.detail})
if __name__ == "__main__":
uvicorn.run(app, host="127.0.0.1", port=8001)

View File

@ -516,7 +516,7 @@
</p>
<p class="p-3">
Анкеты доступны только мне, без передачи третиим лицам.
Анкеты доступны только мне, без передачи третьим лицам.
</p>
<p class="p-3">