feat: add placeholder backend #7

Merged
pufereq merged 24 commits from feat/add-placeholder-backend into develop 2025-08-26 17:56:00 +00:00
10 changed files with 275 additions and 113 deletions
Showing only changes of commit 1fa355089d - Show all commits

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.