fix rename

This commit is contained in:
BSS Tech
2026-02-19 14:44:16 +00:00
parent 9016e40c75
commit 8c5e28b7cf
3 changed files with 4 additions and 1 deletions

7
server/src/data/app.py Normal file
View File

@@ -0,0 +1,7 @@
from flask import Flask, render_template
app = Flask(__name__)
@app.route("/")
def mainpage():
return render_template('main.html', title='BG Shutdown')