diff --git a/Procfile b/Procfile index b3868ba..dc46f1b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:main \ No newline at end of file +web: gunicorn main:app \ No newline at end of file