Update: fdp
This commit is contained in:
parent
66fe84e3eb
commit
a701b615df
3 changed files with 11 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
from application import create_app
|
||||
import os
|
||||
|
||||
app = create_app()
|
||||
|
||||
if __name__ == "__main__":
|
||||
PORT = os.environ.get('PORT', 33507)
|
||||
app.run(host='0.0.0.0', port=PORT)
|
||||
Loading…
Add table
Add a link
Reference in a new issue