This commit is contained in:
Rich
2021-07-03 07:47:27 +01:00
parent 4e686a3043
commit 7cdfe518d0

View File

@@ -1,6 +1,7 @@
from app import app
@app.route('/')
@app.route('/index')
@app.route("/")
@app.route("/index")
def index():
return "Hello, World!"
return "Hello, World2!"