diff --git a/Procfile b/Procfile index f8c5443..30868af 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn django_rest_api.wsgi +web: gunicorn timer_backend.wsgi