From deffef03ee8f8ab0811553694c353f21d2c92503 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 28 Feb 2026 14:33:00 +0000 Subject: [PATCH] Edit Procfile via Editor --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ebb1830..b90920b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn config.wsgi --bind 0.0.0.0:8000 \ No newline at end of file +web: gunicorn config.wsgi:application --bind 0.0.0.0:8000 \ No newline at end of file