Skip to content

Commit 28c3b79

Browse files
authored
Update main.py
1 parent dd27dbb commit 28c3b79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
@app.get("/", include_in_schema=False)
77
def root():
8-
# keep one source of truth for health
98
return RedirectResponse(url="/health", status_code=307)
109

1110
@app.get("/health")

0 commit comments

Comments
 (0)