Browse Source

Added fix for issue 1529

Signed-off-by: Aayush Kasurde <aayush.kasurde@gmail.com>
pull/1530/head
Aayush Kasurde 9 years ago
parent
commit
8ba986e45e
  1. 3
      examples/jqueryexample/jqueryexample.py

3
examples/jqueryexample/jqueryexample.py

@ -23,3 +23,6 @@ def add_numbers():
@app.route('/') @app.route('/')
def index(): def index():
return render_template('index.html') return render_template('index.html')
if __name__ == '__main__':
app.run()

Loading…
Cancel
Save