This commit is contained in:
Slipstream 2025-05-07 11:49:53 -06:00
parent 6a992c05be
commit afe7e4e94b
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -416,8 +416,7 @@ async def teapot_override(request: Request, exc: StarletteHTTPException):
@app.get("/robots.txt", response_class=PlainTextResponse)
async def robots_txt():
return """
User-agent: *
return """User-agent: *
Disallow: /
"""