Some checks failed
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled
3 lines
144 B
Bash
3 lines
144 B
Bash
# Ubuntu:本分支控制台入口(与无「2」分支的 web / youtube.py 等区分)
|
||
uvicorn web2:app --host 0.0.0.0 --port 8001 --reload
|