We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd27dbb commit 28c3b79Copy full SHA for 28c3b79
app/main.py
@@ -5,7 +5,6 @@
5
6
@app.get("/", include_in_schema=False)
7
def root():
8
- # keep one source of truth for health
9
return RedirectResponse(url="/health", status_code=307)
10
11
@app.get("/health")
0 commit comments