diff --git a/Procfile b/Procfile index 41f35cc..e530b12 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn minie.wsgi --log-file - \ No newline at end of file +web: gunicorn project.wsgi --log-file - \ No newline at end of file