更新了错误的启动方式

This commit is contained in:
RTAkland
2022-04-12 21:27:16 +08:00
committed by GitHub
parent 32d86c7d67
commit 55a3f2be26
1 file changed
+6 -1
+6 -1
View File
@@ -46,7 +46,12 @@
$ git clone https://github.com/MarkusJoe/RequestCounter.git
$ cd RequestCounter
$ pip3 install -r requirements.txt
$ python3 app.py
```
### 启动服务
```shell
$ python3 manage.py or gunicorn manage:app or waitress-serve --port=5000 manage:app
```
## 调用须知