flask/examples/patterns/largerapp/yourapplication/views.py
wgwz 92fa444259 Moves largerapp into patterns dir and add test
- also adds this pattern into tox for testing
2016-12-31 12:08:25 -05:00

5 lines
No EOL
87 B
Python

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