Spaces:
Running
Running
Update server.js
Browse files
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}`));
|
|
|
|
|
|
|
|
|