AstraOS commited on
Commit
70b4452
·
verified ·
1 Parent(s): 5fd438e

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -100,7 +100,7 @@ app.get('/', (req, res) => {
100
  // console.log(`Server running on http://localhost:${PORT}`);
101
  // });
102
 
103
- app.listen(PORT, '0.0.0.0', () => {
104
  console.log(`Server running on http://0.0.0.0:7860`);
105
  });
106
 
 
100
  // console.log(`Server running on http://localhost:${PORT}`);
101
  // });
102
 
103
+ app.listen(7860, '0.0.0.0', () => {
104
  console.log(`Server running on http://0.0.0.0:7860`);
105
  });
106