fix(panel.py): fix panel route to be at /panel instead of /panel/

This commit is contained in:
2025-08-26 19:34:55 +02:00
parent 860ce5c836
commit 1fa355089d

View File

@@ -10,7 +10,7 @@ panel_bp: flask.Blueprint = flask.Blueprint(
)
@panel_bp.route("/")
@panel_bp.route("")
@flask_login.login_required
def panel() -> str:
"""Renders the main panel page with PC details.