changed api instructions

This commit is contained in:
Navan Chauhan 2020-09-24 18:06:19 +05:30
parent 01720417e8
commit a2d92fe66b
1 changed files with 3 additions and 3 deletions

View File

@ -164,11 +164,11 @@ python3 removeSample.py
## 5. Running
### Without FastAPI
### Without API Support
`gunicorn api:app -b "0.0.0.0:7589"`
`gunicorn app:app -b "0.0.0.0:7589"`
### With FastAPI
### With API Support (FastAPI)
`gunicorn api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:7589"`