From 26e4e7ad7a830b708529d2846bd00072cb440b5b Mon Sep 17 00:00:00 2001 From: Tanay Soni Date: Fri, 4 Sep 2020 09:54:24 +0200 Subject: [PATCH] Use port 8000 in docs (#357) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e8210b671..ed65681a8 100644 --- a/README.rst +++ b/README.rst @@ -248,9 +248,9 @@ A simple REST API based on `FastAPI `_ is provide To serve the API, adjust the values in :code:`rest_api/config.py` and run:: - gunicorn rest_api.application:app -b 0.0.0.0:80 -k uvicorn.workers.UvicornWorker + gunicorn rest_api.application:app -b 0.0.0.0:8000 -k uvicorn.workers.UvicornWorker -You will find the Swagger API documentation at http://127.0.0.1:80/docs +You will find the Swagger API documentation at http://127.0.0.1:8000/docs 6. Labeling Tool