diff --git a/volunteers/app.py b/volunteers/app.py index 7226dbe..cd5afee 100644 --- a/volunteers/app.py +++ b/volunteers/app.py @@ -65,7 +65,7 @@ async def track_requests( return response -# Proxy everything else to the frontend +# Serve auth page for any other path @app.get("/{path:path}") async def proxy(path: str) -> FileResponse: return FileResponse("./volunteers/auth.html")