diff --git a/src/routes/dashboard.py b/src/routes/dashboard.py index e9c150f..4afa2ed 100644 --- a/src/routes/dashboard.py +++ b/src/routes/dashboard.py @@ -15,7 +15,6 @@ from dashboard_cache import get_cached, is_warm router = APIRouter() -@router.get("") @router.get("/") async def dashboard_page(request: Request): config = request.app.state.config