Create: frontend
This commit is contained in:
parent
b6c8cc2f33
commit
0f70917b7b
19 changed files with 3 additions and 1699 deletions
|
|
@ -1,8 +0,0 @@
|
|||
from application import create_app
|
||||
import os
|
||||
|
||||
app = create_app(os.environ.get('FLASK_ENV', None))
|
||||
|
||||
if __name__ == "__main__":
|
||||
PORT = os.environ.get('PORT', 33507)
|
||||
app.run(host='0.0.0.0', port=PORT, DEBUG=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue