.
This commit is contained in:
@@ -4,4 +4,4 @@ from app import app
|
|||||||
@app.route("/")
|
@app.route("/")
|
||||||
@app.route("/index")
|
@app.route("/index")
|
||||||
def index():
|
def index():
|
||||||
return "Hello, World2!"
|
return "Hello, World!"
|
||||||
|
|||||||
Reference in New Issue
Block a user