Spaces:
Running
Running
Update temp.js
Browse files
temp.js
CHANGED
@@ -54,6 +54,6 @@ app.get('/:id/:filename', (req, res) => {
|
|
54 |
});
|
55 |
|
56 |
|
57 |
-
app.listen(
|
58 |
console.log('Server is running on http://localhost:3000');
|
59 |
});
|
|
|
54 |
});
|
55 |
|
56 |
|
57 |
+
app.listen(7860, () => {
|
58 |
console.log('Server is running on http://localhost:3000');
|
59 |
});
|