Reaperxxxx commited on
Commit
7669a23
·
verified ·
1 Parent(s): b225bdb

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -3,7 +3,7 @@ const axios = require('axios');
3
  const cheerio = require('cheerio');
4
 
5
  const app = express();
6
- const PORT = 3000;
7
 
8
  // Enable CORS
9
  const cors = require('cors');
 
3
  const cheerio = require('cheerio');
4
 
5
  const app = express();
6
+ const PORT = 7860;
7
 
8
  // Enable CORS
9
  const cors = require('cors');