Compare commits
1 Commits
ac1d791ea9
...
3c0ecd8203
Author | SHA1 | Date | |
---|---|---|---|
3c0ecd8203 |
@ -0,0 +1,2 @@
|
|||||||
|
from .app import app
|
||||||
|
|
@ -27,5 +27,5 @@ def reroute(state):
|
|||||||
response = make_response(redirect(url_for('index')))
|
response = make_response(redirect(url_for('index')))
|
||||||
return response
|
return response
|
||||||
|
|
||||||
if __name__ == '__main__':
|
#if __name__ == '__main__':
|
||||||
app.run(debug=False, host='0.0.0.0', port=8000)
|
# app.run(debug=False, host='0.0.0.0', port=8000)
|
Loading…
Reference in New Issue
Block a user