commit
This commit is contained in:
7
run_waitress.py
Normal file
7
run_waitress.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from waitress import serve
|
||||
from app import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
serve(app, host='0.0.0.0', port=5583)
|
Reference in New Issue
Block a user