Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CYHFREDA authored Oct 16, 2024
1 parent 9070ecc commit 2b13a4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,3 @@ app.post('/api/create-payment', async (req, res) => {
res.status(500).json({ message: '支付請求失敗', error: error.message });
}
});

app.listen(port, () => {
console.log(`Server running at http://localhost:${port}`);
});

0 comments on commit 2b13a4d

Please sign in to comment.