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