From 00a80cdaac0b23ac9864c96bb72aead7406f0d47 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Fri, 10 Oct 2025 03:51:59 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70308bc..1670619 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 3. 启动开发服务器: ```bash - uv run uvicorn app.main:app --reload + uv run uvicorn app.main:app --reload --host 0.0.0.0 ``` ### 使用pip