aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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