Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
def
_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
index
Function · 0.85
login_page
Function · 0.85
manage_page
Function · 0.85
test_page
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_page
Function · 0.68