Toggle navigation
Toggle navigation
This project
Loading...
Sign in
전세계
/
FakerQuiz
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ubuntu
2020-06-21 18:25:23 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e6547d9e3bb47d33f97aa5a1b8d568618cff7ba
6e6547d9
1 parent
3ee77183
FakerQuiz v1.22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app.js
app.js
View file @
6e6547d
...
...
@@ -4,7 +4,7 @@ const app = express();
const
axios
=
require
(
'axios'
);
const
cheerio
=
require
(
'cheerio'
);
const
url
=
'http://lol.inven.co.kr/dataninfo/proteam/progamer.php?code=1
16
'
;
// ***url of Other player (if you want)***
const
url
=
'http://lol.inven.co.kr/dataninfo/proteam/progamer.php?code=1
35
'
;
// ***url of Other player (if you want)***
const
request
=
require
(
'request'
);
const
TARGET_URL
=
'https://api.line.me/v2/bot/message/reply'
;
...
...
@@ -15,7 +15,7 @@ const domain = "";// ***Your Domain***
const
sslport
=
23023
;
const
bodyParser
=
require
(
'body-parser'
);
const
version
=
'1.2
1
'
;
const
version
=
'1.2
2
'
;
const
dataFileName
=
'data.json'
;
var
fakerData
=
{};
...
...
Please
register
or
login
to post a comment