fix rename
This commit is contained in:
7
server/src/data/app.py
Normal file
7
server/src/data/app.py
Normal 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')
|
||||
Reference in New Issue
Block a user