From a2d92fe66b130a52740799ad15fcea7f7be6dac2 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 24 Sep 2020 18:06:19 +0530 Subject: changed api instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b0c577c..9a6c317 100644 --- a/README.md +++ b/README.md @@ -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"` -- cgit v1.2.3