Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이정호
/
lolhelper
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
이정호
2020-06-24 18:50:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c578f71b326c9b97d070c8232f28b53d8fc07b9c
c578f71b
1 parent
77ba9f53
api key edited
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
LOL_Helper/router/Test.js
LOL_Helper/router/main.js
LOL_Helper/router/Test.js
View file @
c578f71
...
...
@@ -14,7 +14,7 @@ module.exports = function(app) {
var
request
=
require
(
"request"
);
var
urlenconde
=
require
(
'urlencode'
);
var
apikey
=
"RGAPI-
720b5005-7e3d-4f52-909f-6c35d45ed856
"
;
//api
var
apikey
=
"RGAPI-
b69c36b5-e5c6-4698-af93-4be17fc8a7e4
"
;
//api
var
profileIconId
;
//아이콘 번호
var
revisionDate
;
//수정날짜
...
...
LOL_Helper/router/main.js
View file @
c578f71
...
...
@@ -2,7 +2,7 @@ module.exports = function(app){
var
request
=
require
(
"request"
);
var
urlenconde
=
require
(
'urlencode'
);
var
apikey
=
"RGAPI-
720b5005-7e3d-4f52-909f-6c35d45ed856
"
//api
var
apikey
=
"RGAPI-
b69c36b5-e5c6-4698-af93-4be17fc8a7e4
"
//api
var
profileIconId
;
//아이콘 번호
var
revisionDate
;
//수정날짜
...
...
Please
register
or
login
to post a comment