From b0d013c980d25102eae15d7bca9d8cb6ae7a0f89 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 5 Jun 2021 23:41:01 +0530 Subject: fix typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 67475a1..836ca09 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,6 @@ gunicorn: python -m gunicorn -w 1 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:8080" --reload ## Uvicorn Server -.PHONY: uvicorn -uvicoen: +.PHONY: uvicorn +uvicorn: python -m uvicorn api:app --reload \ No newline at end of file -- cgit v1.2.3