Update server.js
Browse files
server.js
CHANGED
@@ -3,7 +3,7 @@ const axios = require('axios');
|
|
3 |
const cheerio = require('cheerio');
|
4 |
|
5 |
const app = express();
|
6 |
-
const PORT =
|
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');
|