Trying to bring back default css

This commit is contained in:
2025-11-18 00:49:06 +01:00
parent 2fffb4318a
commit e74553a482
2 changed files with 1 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ templates = Jinja2Templates(directory=TEMPLATES_DIR)
app.add_middleware(SessionMiddleware, secret_key=settings.ENCRYPTION_KEY)
# Mount the 'static' directory using an absolute path for reliability
# This MUST be done before the routes that depend on it are defined.
app.mount("/static", StaticFiles(directory=STATIC_DIR), name="static")
# Add the authentication router