hardcoded updates
This commit is contained in:
@@ -2,5 +2,4 @@
|
||||
from dmweb import create_app
|
||||
|
||||
app = create_app()
|
||||
app.run(host='0.0.0.0', debug=True, threaded=True)
|
||||
|
||||
app.run(host="0.0.0.0", debug=True, threaded=True, port=10000)
|
||||
|
||||
Reference in New Issue
Block a user