mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-12-03 05:50:16 +08:00
11 lines
75 B
Python
11 lines
75 B
Python
from myapp import app
|
|
app.run(host="0.0.0.0", port=80, debug=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|