Update
This commit is contained in:
parent
e371b7aabc
commit
be5bfa1fb5
10 changed files with 115 additions and 51 deletions
6
backend/app.py
Normal file
6
backend/app.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from application import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host='0.0.0.0')
|
||||
Loading…
Add table
Add a link
Reference in a new issue