Update README.md

This commit is contained in:
2026-03-10 15:41:56 +08:00
parent 2b8347ea3d
commit 252bc49307

View File

@@ -1,6 +1,6 @@
## 启动指令
```
uvicorn app:app --host 0.0.0.0 --port 8000
uvicorn app:app --host 0.0.0.0 --port 8000 --loop asyncio
```
## 文件结构