本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
binhong
/
Breakups
镜像来自
https://github.com/binhonglee/Breakups
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Forgotten change for deployment
master
BinHong Lee
7 年之前
父節點
41ee8ca7a9
當前提交
fdce9f3b9f
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
index.js
+ 2
- 2
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
Write
Preview
Loading…
取消
儲存