Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vastsa/FileCodeBox
/ robots
Function
robots
main.py:853–854 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
851
852
@app.get(
"/robots.txt"
)
853
async
def
robots():
854
return
HTMLResponse(content=settings.robotsText, media_type=
"text/plain"
)
855
856
857
@app.post(
"/"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected