Initial Commit
This commit is contained in:
5
api/app/wsgi.py
Normal file
5
api/app/wsgi.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from main import app
|
||||
from settings import config
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=config.DEBUG, host="0.0.0.0", port=5000)
|
||||
Reference in New Issue
Block a user