forked from orbit-oss/flask
Added fix for issue 1529
Signed-off-by: Aayush Kasurde <aayush.kasurde@gmail.com>
This commit is contained in:
parent
db09c6798e
commit
8ba986e45e
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