Adds the largerapp from the docs as an example

This commit is contained in:
wgwz 2016-12-30 12:43:31 -05:00
parent d907eda370
commit 055708866b
7 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from yourapplication import app
@app.route('/')
def index():
return 'Hello World!'