2 lines
52 B
Bash
2 lines
52 B
Bash
uvicorn web:app --host 0.0.0.0 --port 8000 --reload
|
uvicorn web:app --host 0.0.0.0 --port 8000 --reload
|