devusman commited on
Commit
a3a2ef5
·
1 Parent(s): 08566ec

update port

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -3,7 +3,7 @@ const path = require('path');
3
  const fs = require('fs').promises;
4
 
5
  const app = express();
6
- const port = 3000;
7
 
8
  // Set EJS as the templating engine
9
  app.set('view engine', 'ejs');
 
3
  const fs = require('fs').promises;
4
 
5
  const app = express();
6
+ const port = 7860;
7
 
8
  // Set EJS as the templating engine
9
  app.set('view engine', 'ejs');