This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
Breakups
mirror of
https://github.com/binhonglee/Breakups
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Forgot to save before last commit
master
BinHong Lee
7 years ago
parent
7b91ad7f69
commit
091f2cc64c
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
index.js
+ 2
- 2
index.js
View File
@@ -77,8 +77,8 @@ app.post('/emailPaymentChain', function (req, res) {
res.json(emails)
res.json(emails)
})
})
app.listen(5000)
//
app.listen(process.env.PORT)
//
app.listen(5000)
app.listen(process.env.PORT)
function total (input) {
function total (input) {
var total = 0
var total = 0
Write
Preview
Loading…
Cancel
Save