Spaces:
Running
Running
Update temp.js
Browse files
temp.js
CHANGED
@@ -276,6 +276,6 @@ app.get('/:id/:filename', (req, res) => {
|
|
276 |
});
|
277 |
});
|
278 |
|
279 |
-
app.listen(
|
280 |
console.log('Server is running on http://localhost:3000');
|
281 |
});
|
|
|
276 |
});
|
277 |
});
|
278 |
|
279 |
+
app.listen(7860, () => {
|
280 |
console.log('Server is running on http://localhost:3000');
|
281 |
});
|