yashxx07 commited on
Commit
9981370
1 Parent(s): 8030c63

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -6,7 +6,7 @@ const express = require("express");
6
 
7
 
8
  const app = express();
9
- const port = 8000;
10
  app.listen(port, () => {
11
  console.log(`Server running at http://localhost:${port}`)
12
  });
 
6
 
7
 
8
  const app = express();
9
+ const port = 7860;
10
  app.listen(port, () => {
11
  console.log(`Server running at http://localhost:${port}`)
12
  });