flask/examples/largerapp/yourapplication/views.py

5 lines
No EOL
87 B
Python

from yourapplication import app
@app.route('/')
def index():
return 'Hello World!'