From 10b279baa8c6813c46979024ed963878bbe010a1 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:34: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 3791efd..c8807ea 100644 --- a/backend/Procfile +++ b/backend/Procfile @@ -1 +1 @@ -web: gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file - \ No newline at end of file +web: gunicorn --pythonpath 'backend/secfit/secfit' secfit.wsgi --log-file - \ No newline at end of file -- GitLab