From 2cf8e5fde7e2430ec1ca62dbb5d9a468ff832d5d Mon Sep 17 00:00:00 2001 From: Gita Alekhya Paul <54375111+gitaalekhyapaul@users.noreply.github.com> Date: Wed, 17 Feb 2021 17:30:46 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BB=20fix=20typos=20in=20Procfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9dfbea1..80a04af 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ worker: node ./build/index.js -web: node ./build/src/api/index.js \ No newline at end of file +web: node ./build/src/api/app.js \ No newline at end of file