Nexchan commited on
Commit
9365c1d
·
verified ·
1 Parent(s): 3b595e6

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -14,7 +14,7 @@ import axios from "axios";
14
  import cheerio from "cheerio";
15
 
16
  const app = express();
17
- const PORT = process.env.PORT || 3000;
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');