2024-05-19 12:56:57 +08:00

4 lines
93 B
Bash

source ./.venv/bin/activate
uvicorn start:app --port 7777 --host="0.0.0.0"
# python ./api.py