cube-studio/myapp/run.py
2022-08-08 20:11:53 +08:00

11 lines
75 B
Python

from myapp import app
app.run(host="0.0.0.0", port=80, debug=True)