Reaperxxxx commited on
Commit
cc037ff
·
verified ·
1 Parent(s): ef42fea

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -4,7 +4,7 @@ const cheerio = require('cheerio');
4
  const stringSimilarity = require('string-similarity');
5
 
6
  const app = express();
7
- const PORT = 3000;
8
  const baseURL = "https://www.tokyoinsider.com/anime/";
9
 
10
  app.get('/anime/:name/:episode', async (req, res) => {
 
4
  const stringSimilarity = require('string-similarity');
5
 
6
  const app = express();
7
+ const PORT = 7860;
8
  const baseURL = "https://www.tokyoinsider.com/anime/";
9
 
10
  app.get('/anime/:name/:episode', async (req, res) => {