From fae3031f32b3aef2c49dcc62389f04c67471bca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vegard=20Sporst=C3=B8l?= <vegarms@stud.ntnu.no> Date: Thu, 4 Mar 2021 10:35:20 +0100 Subject: [PATCH] update procfile --- backend/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Procfile b/backend/Procfile index c8807ea..3791efd 100644 --- a/backend/Procfile +++ b/backend/Procfile @@ -1 +1 @@ -web: gunicorn --pythonpath 'backend/secfit/secfit' secfit.wsgi --log-file - \ No newline at end of file +web: gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file - \ No newline at end of file -- GitLab