Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -4,7 +4,7 @@ const app = express(); | ... | @@ -4,7 +4,7 @@ const app = express(); |
4 | 4 | ||
5 | const axios = require('axios'); | 5 | const axios = require('axios'); |
6 | const cheerio = require('cheerio'); | 6 | const cheerio = require('cheerio'); |
7 | -const url = 'http://lol.inven.co.kr/dataninfo/proteam/progamer.php?code=116';// ***url of Other player (if you want)*** | 7 | +const url = 'http://lol.inven.co.kr/dataninfo/proteam/progamer.php?code=135';// ***url of Other player (if you want)*** |
8 | 8 | ||
9 | const request = require('request'); | 9 | const request = require('request'); |
10 | const TARGET_URL = 'https://api.line.me/v2/bot/message/reply'; | 10 | const TARGET_URL = 'https://api.line.me/v2/bot/message/reply'; |
... | @@ -15,7 +15,7 @@ const domain = "";// ***Your Domain*** | ... | @@ -15,7 +15,7 @@ const domain = "";// ***Your Domain*** |
15 | const sslport = 23023; | 15 | const sslport = 23023; |
16 | const bodyParser = require('body-parser'); | 16 | const bodyParser = require('body-parser'); |
17 | 17 | ||
18 | -const version = '1.21'; | 18 | +const version = '1.22'; |
19 | const dataFileName = 'data.json'; | 19 | const dataFileName = 'data.json'; |
20 | 20 | ||
21 | var fakerData = {}; | 21 | var fakerData = {}; | ... | ... |
-
Please register or login to post a comment