From 2b832b1e5b51a6918ab6bc3d5e01e346876cffa6 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sat, 3 Sep 2022 09:12:29 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 669cfe5..1de33b4 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ $ uvicorn src:create_app --factory or $ python3 main.py # 两条命令等价 ``` +# 使用 +* 访问`127.0.0.1:8000/` + # 单元测试 * 没有单元测试(没写)