From 1c31ea4884858c27cb3096eae65c53cc71f8a19c Mon Sep 17 00:00:00 2001 From: Michele de Barros Santos Date: Mon, 9 Oct 2023 21:15:10 -0300 Subject: [PATCH] fix: app no procfile2 --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 30145a9..06a5728 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python manage.py migrate && gunicorn hashflix:wsgi --log-file - \ No newline at end of file +web: python manage.py migrate && gunicorn hashflix.wsgi --log-file - \ No newline at end of file