wip
This commit is contained in:
parent
2b36992be1
commit
25087d055c
16 changed files with 1394 additions and 816 deletions
2
wsgi.py
2
wsgi.py
|
@ -19,4 +19,4 @@ application = app
|
|||
if __name__ == "__main__":
|
||||
# Only for development
|
||||
debug = flask_env != "production"
|
||||
app.run(host="0.0.0.0", port=8000, debug=debug)
|
||||
app.run(host="0.0.0.0", port=5001, debug=debug)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue