Zhofang commited on
Commit
741ec55
·
verified ·
1 Parent(s): 21d68f5

Update temp.js

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