This commit is contained in:
Mateusz Gruszczyński
2026-05-08 20:58:24 +02:00
parent 87a5697767
commit 2409d33687

View File

@@ -5,6 +5,9 @@ from ..services.preferences import get_preferences, list_profiles, active_profil
from ..services import auth from ..services import auth
from ..services.frontend_assets import asset_path from ..services.frontend_assets import asset_path
# for favicon
from flask import current_app, send_from_directory
bp = Blueprint("main", __name__) bp = Blueprint("main", __name__)