Update administrator.md

This commit is contained in:
qiaofeng1227 2023-02-23 17:47:28 +08:00 committed by GitHub
parent fcebbf334c
commit 874b427ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,6 @@ pip install -r requirements.txt
### 启动
```
uvicorn main:get_app --host 0.0.0.0 --port 5000 --reload
```