flask server
This commit is contained in:
parent
5acb2992ce
commit
0a71a6c840
54 changed files with 5876 additions and 0 deletions
5
server/flask/application/flask-wsgi.py
Normal file
5
server/flask/application/flask-wsgi.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from backend.flask_project import create_app
|
||||
|
||||
app = create_app()
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
||||
Loading…
Add table
Add a link
Reference in a new issue