fix(panel.py): fix panel route to be at /panel instead of /panel/
This commit is contained in:
@@ -10,7 +10,7 @@ panel_bp: flask.Blueprint = flask.Blueprint(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@panel_bp.route("/")
|
@panel_bp.route("")
|
||||||
@flask_login.login_required
|
@flask_login.login_required
|
||||||
def panel() -> str:
|
def panel() -> str:
|
||||||
"""Renders the main panel page with PC details.
|
"""Renders the main panel page with PC details.
|
||||||
|
|||||||
Reference in New Issue
Block a user