chatyou commited on
Commit
e31f3af
·
verified ·
1 Parent(s): faa74ff

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -54,7 +54,7 @@ app.get('/resize', async (req, res) => {
54
  }
55
  });
56
 
57
- const PORT = process.env.PORT || 3000;
58
  app.listen(PORT, () => {
59
  console.log(`Server is running on port ${PORT}`);
60
  });
 
54
  }
55
  });
56
 
57
+ const PORT = process.env.PORT || 7860;
58
  app.listen(PORT, () => {
59
  console.log(`Server is running on port ${PORT}`);
60
  });