From 68005b40eba912ac422c63d4791de267efa7ae7d Mon Sep 17 00:00:00 2001 From: Vinod Piumantha <86832528+piumantha97@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:54:25 +0530 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index cb9fab0..379a9eb 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:app \ No newline at end of file +web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app