restore legacy, include shorcut scripts
This commit is contained in:
4
dmold/dmweb/run.py
Normal file
4
dmold/dmweb/run.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from dmweb import create_app
|
||||
|
||||
app = create_app()
|
||||
app.run(host="0.0.0.0", debug=True, threaded=True, port=10000)
|
||||
Reference in New Issue
Block a user