1
This commit is contained in:
8
backend/run.py
Normal file
8
backend/run.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from app import create_app
|
||||
|
||||
|
||||
app = create_app()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host="0.0.0.0", port=5000, debug=True)
|
||||
Reference in New Issue
Block a user