aboutsummaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-12 21:37:37 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-07-12 21:37:37 +0530
commit24f7dd79a66769b7a72970f17aee8f2afac580de (patch)
tree07dfae18b318a8ad5f78a602f0252fd8f826ce14 /Procfile
parent9cfcd4e9e135e4e0c5d6818e86e6ddecf74188af (diff)
Added v1 API
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile3
1 files changed, 2 insertions, 1 deletions
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"