forked from orbit-oss/flask
Merge pull request #1530 from Aayush-Kasurde/master
Added missing app.run line in jqueryexample.py
This commit is contained in:
commit
92a293046b
1 changed files with 3 additions and 0 deletions
|
|
@ -23,3 +23,6 @@ def add_numbers():
|
|||
@app.route('/')
|
||||
def index():
|
||||
return render_template('index.html')
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue