From f1bde6ccd7a5d0911295bd764805ab0787661ced Mon Sep 17 00:00:00 2001 From: M Waleed Kadous Date: Sun, 12 Jan 2025 16:07:12 -0800 Subject: [PATCH] Updated main launch script to use fully qualified path. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 3363497..664acc4 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -w 2 -k uvicorn.workers.UvicornWorker main_api:app \ No newline at end of file +web: gunicorn -w 2 -k uvicorn.workers.UvicornWorker ansari.app.main_api:app \ No newline at end of file