From 75458568eb5b12d4b6528b6caa562c5a71a72540 Mon Sep 17 00:00:00 2001 From: humanauction Date: Tue, 27 Jan 2026 09:34:01 +0000 Subject: [PATCH] Add: Proc: gunicorn fix typo. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 93e59a2..1002183 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn wsgi \ No newline at end of file +web: gunicorn config.wsgi \ No newline at end of file