Zhofang commited on
Commit
5e0b78b
·
verified ·
1 Parent(s): 9e1bb3a

Update temp.js

Browse files
Files changed (1) hide show
  1. temp.js +1 -1
temp.js CHANGED
@@ -54,6 +54,6 @@ app.get('/:id/:filename', (req, res) => {
54
  });
55
 
56
 
57
- app.listen(3000, () => {
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
  });