From a6df827cd18efd69a9de18e4914a3af31028e7b1 Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Thu, 14 Mar 2019 05:53:02 +0100 Subject: [PATCH] Updated Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index f028099..65423b4 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node ./backend/index.js +web: node ./index.js