From 7b4f9647dda47da38954e93fdc38f6886953cdaa Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Sat, 2 Nov 2024 20:07:28 -0300 Subject: [PATCH] build: procfile amedment test --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8001d1a..dc46f1b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:app \ No newline at end of file +web: gunicorn main:app \ No newline at end of file