From c1eaaa5e278e63ea9c01ce3ed8265a77eb42abf2 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 2 Apr 2021 15:18:32 -0400 Subject: [PATCH] dummy --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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