From 93a3e8565e01b8c3c6139cdcab56f470a5dbb3ed Mon Sep 17 00:00:00 2001 From: xsl Date: Mon, 26 Jan 2026 15:25:20 +0800 Subject: [PATCH] =?UTF-8?q?[backend]=20docs:=20=E6=9B=B4=E6=96=B0README?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=AB=AF=E5=8F=A3=E4=B8=BA8188?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index 330fe8c3..0a12f819 100644 --- a/backend/README.md +++ b/backend/README.md @@ -45,11 +45,11 @@ cd backend python main.py ``` -应用将在 http://0.0.0.0:5000 启动 +应用将在 http://0.0.0.0:8188 启动 ### 4. 访问API文档 -Swagger UI: http://localhost:5000/docs +Swagger UI: http://localhost:8188/docs ReDoc: http://localhost:5000/redoc ## 运行测试