hoangthiencm commited on
Commit
ce0963e
·
verified ·
1 Parent(s): 2478088

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +0 -3
server.js CHANGED
@@ -97,6 +97,3 @@ app.delete('/api/delete/:fileId', async (req, res) => {
97
 
98
  const PORT = process.env.PORT || 3000;
99
  app.listen(PORT, () => console.log(`Server chạy tại port ${PORT}`));
100
- ```
101
-
102
- **Lưu ý nhỏ:** Đảm bảo bạn đã có file ảnh tên là `banner.jpg` nằm cùng chỗ với `index.html` nhé!
 
97
 
98
  const PORT = process.env.PORT || 3000;
99
  app.listen(PORT, () => console.log(`Server chạy tại port ${PORT}`));