Spaces:
Sleeping
Sleeping
Update server.js
Browse files
server.js
CHANGED
|
@@ -436,4 +436,4 @@ app.get("*", (_req, res) => {
|
|
| 436 |
|
| 437 |
app.listen(PORT, () => {
|
| 438 |
console.log(`Server is running on port ${PORT}`);
|
| 439 |
-
});
|
|
|
|
| 436 |
|
| 437 |
app.listen(PORT, () => {
|
| 438 |
console.log(`Server is running on port ${PORT}`);
|
| 439 |
+
});
|