From 091f2cc64c3f592984d789da11d08a5c3d91d010 Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Wed, 1 Nov 2017 14:25:51 -0700 Subject: [PATCH] Forgot to save before last commit --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 1e13d79..58fa036 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