mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-11-21 01:16:33 +08:00
12 lines
173 B
Python
12 lines
173 B
Python
from myapp import app
|
||
# 如果使用 flask run 命令启动,将忽视 这里配置8080,而采用默认的5000端口
|
||
app.run(host="0.0.0.0", port=80, debug=True)
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|