dakaca commited on
Commit
7a6d201
·
1 Parent(s): 6fe554b

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -288,7 +288,7 @@ app.use(function(err, req, res, next) {
288
  res.status(500).send('Internal Serverless Error')
289
  })
290
 
291
- const port = process.env.PORT||9000;
292
  app.listen(port, () => {
293
  console.log(`Server start on http://localhost:${port}`);
294
  })
 
288
  res.status(500).send('Internal Serverless Error')
289
  })
290
 
291
+ const port = process.env.PORT||7860;
292
  app.listen(port, () => {
293
  console.log(`Server start on http://localhost:${port}`);
294
  })