From fdce9f3b9f1a437b9b6b70b899961a445f00591b Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Wed, 1 Nov 2017 14:19:24 -0700 Subject: [PATCH] Forgotten change for deployment --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 31b2137..48af457 100644 --- a/index.js +++ b/index.js @@ -77,8 +77,8 @@ app.post('/emailPaymentChain', function (req, res) { res.json(emails) }) -app.listen(5000) -// app.listen(process.env.PORT) +// app.listen(5000) +app.listen(process.env.PORT) function total (input) { var total = 0