feat: add placeholder backend #7
@@ -18,6 +18,4 @@ def panel() -> str:
|
|||||||
Returns:
|
Returns:
|
||||||
Rendered HTML template with PC details.
|
Rendered HTML template with PC details.
|
||||||
"""
|
"""
|
||||||
return flask.render_template(
|
return flask.render_template("panel.html")
|
||||||
"panel.html", username=flask_login.current_user.id, pcs={}
|
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user