MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / _static_page_response

Function _static_page_response

src/main.py:290–291  ·  view source on GitHub ↗
(file_path: Path)

Source from the content-addressed store, hash-verified

288
289
290def _static_page_response(file_path: Path) -> FileResponse:
291 return FileResponse(str(file_path), headers=_STATIC_PAGE_NO_CACHE_HEADERS)
292
293
294@app.get("/", response_class=HTMLResponse)

Callers 4

indexFunction · 0.85
login_pageFunction · 0.85
manage_pageFunction · 0.85
test_pageFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pageFunction · 0.68