Update index.js
Browse files
index.js
CHANGED
@@ -14,7 +14,7 @@ import axios from "axios";
|
|
14 |
import cheerio from "cheerio";
|
15 |
|
16 |
const app = express();
|
17 |
-
const PORT =
|
18 |
|
19 |
// Load Swagger definition
|
20 |
const swaggerDocument = YAML.load('./swagger.yaml');
|
|
|
14 |
import cheerio from "cheerio";
|
15 |
|
16 |
const app = express();
|
17 |
+
const PORT = 7860;
|
18 |
|
19 |
// Load Swagger definition
|
20 |
const swaggerDocument = YAML.load('./swagger.yaml');
|