From 24f7dd79a66769b7a72970f17aee8f2afac580de Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 12 Jul 2020 21:37:37 +0530 Subject: Added v1 API --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Procfile') diff --git a/Procfile b/Procfile index 2ac01f7..a3e8f20 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -web: gunicorn -w 4 -b "0.0.0.0:$PORT" app:app \ No newline at end of file +# web: gunicorn -w 4 -b "0.0.0.0:$PORT" app:app +web: gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT" -- cgit v1.2.3