From 252bc49307c4d1443573fa274062ef627e19e1f8 Mon Sep 17 00:00:00 2001 From: WangZiFan Date: Tue, 10 Mar 2026 15:41:56 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a9b554..172567f 100644 --- a/README.md +++ b/README.md @@ -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 ``` ## 文件结构