riddhiman commited on
Commit
4a3e3b3
·
verified ·
1 Parent(s): cdfbce6

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -3,7 +3,7 @@ const fs = require('fs');
3
  const path = require('path');
4
 
5
  const app = express();
6
- const PORT = process.env.PORT || 3000;
7
 
8
  // Serve static files from public folder
9
  app.use(express.static('public'));
 
3
  const path = require('path');
4
 
5
  const app = express();
6
+ const PORT = process.env.PORT || 7860;
7
 
8
  // Serve static files from public folder
9
  app.use(express.static('public'));