Выпущен 0.1.4: N открытий, «доступно с», шаблоны, /verify и A2HS.
devops-tools/wrapped/wrapped-build/pipeline/head This commit looks good
devops-tools/wrapped/wrapped-deploy/pipeline/head This commit looks good

This commit is contained in:
Sergey Antropoff
2026-07-29 20:27:51 +03:00
parent 4389c0cea4
commit 54749e5e12
23 changed files with 709 additions and 60 deletions
+8
View File
@@ -140,6 +140,14 @@ def create_app() -> FastAPI:
{"title": "Unwrap", "page": "unwrap", "wrap_id": ""},
)
@app.get("/verify", include_in_schema=False)
async def verify_page(request: Request):
return templates.TemplateResponse(
request,
"verify.html",
{"title": "Verify", "page": "verify"},
)
@app.exception_handler(HTTPException)
async def http_exception_handler(request: Request, exc: HTTPException):
if (