From 3ca004ecb8b56a1da8708032390ff34b7f7cb89a Mon Sep 17 00:00:00 2001 From: Junze Wu Date: Sat, 23 May 2020 22:36:11 -0700 Subject: [PATCH] Fix typo --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 1da0cd6..e1d4131 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node index.js +web: node app.js