pr feedback

This commit is contained in:
Taylor Wilsdon
2026-02-08 16:09:37 -05:00
parent 464bd8090f
commit b6ead2e23c
3 changed files with 11 additions and 2 deletions

View File

@@ -420,6 +420,7 @@ def get_auth_provider() -> Optional[GoogleProvider]:
return _auth_provider
@server.custom_route("/", methods=["GET"])
@server.custom_route("/health", methods=["GET"])
async def health_check(request: Request):
try: