From f4816a55e05b6d472d5f89e1608c410c81f2e255 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 29 Oct 2021 22:24:10 -0400 Subject: [PATCH] Change to Procfile --- procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procfile b/procfile index 379a9eb..d808b16 100644 --- a/procfile +++ b/procfile @@ -1 +1 @@ -web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app +web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:main