refactor: clean up HTML template and add redundant route for dashboard

This commit is contained in:
Lorenzo Venerandi
2026-02-17 13:11:40 +01:00
parent 5d38ea45a8
commit 7371eca7f5
2 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ from dependencies import get_db, get_templates
router = APIRouter()
@router.get("")
@router.get("/")
async def dashboard_page(request: Request):
db = get_db()