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