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 276 additions and 116 deletions
Showing only changes of commit 9e71270e41 - Show all commits

View File

@@ -18,6 +18,4 @@ def panel() -> str:
Returns:
Rendered HTML template with PC details.
"""
return flask.render_template(
"panel.html", username=flask_login.current_user.id, pcs={}
)
return flask.render_template("panel.html")