mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update administrator.md
This commit is contained in:
parent
fcebbf334c
commit
874b427ecb
1 changed files with 3 additions and 0 deletions
|
@ -17,3 +17,6 @@ pip install -r requirements.txt
|
|||
|
||||
### 启动
|
||||
|
||||
```
|
||||
uvicorn main:get_app --host 0.0.0.0 --port 5000 --reload
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue