This commit is contained in:
2025-04-12 12:26:02 +02:00
parent 97e4b7fe0a
commit 1a59cc4153
12 changed files with 98 additions and 13 deletions

1
run.py
View File

@@ -12,6 +12,7 @@ def index():
# Return HTML content
return "<h1>This is the default page</h1>"
@app.route("/dashboard")
def dashboard():
# Return Dashboard.html