From 17fa64499d7c67166c1a577be426b6d1ad1e6a8a Mon Sep 17 00:00:00 2001 From: Braun Patrik Date: Mon, 10 Jul 2017 10:14:33 +0200 Subject: [PATCH] heroku fix --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index cc1e2d70..16e3a033 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node ./backend/server.js --Client-authenticationRequired=false \ No newline at end of file +web: node ./backend/index.js --Client-authenticationRequired=false