This commit is contained in:
Rich
2021-07-03 07:47:52 +01:00
parent 7cdfe518d0
commit f88a6a9f81

View File

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