update: 更新文档

This commit is contained in:
MarkusJoe
2022-09-03 09:12:29 +08:00
parent 39c210fb6e
commit 2b832b1e5b
1 file changed
+3
+3
View File
@@ -22,6 +22,9 @@ $ uvicorn src:create_app --factory or
$ python3 main.py # 两条命令等价
```
# 使用
* 访问`127.0.0.1:8000/<any name you want>`
# 单元测试
* 没有单元测试(没写)