feat: add backend server #9

Merged
pufereq merged 31 commits from feat/add-backend-server into develop 2025-09-19 13:20:40 +00:00
12 changed files with 356 additions and 64 deletions
Showing only changes of commit 6bbb152ae1 - Show all commits

View File

@@ -4,7 +4,6 @@ from __future__ import annotations
import flask
import flask_login
panel_bp: flask.Blueprint = flask.Blueprint(
"panel", __name__, url_prefix="/panel"
)