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-25 18:37:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c8102a01fec230a58ccaac97288afec724131095
c8102a01
1 parent
53a608a7
api test
Show 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 @
c8102a0
...
...
@@ -22,7 +22,7 @@ module.exports = function(app) {
var
request
=
require
(
"request"
);
var
urlenconde
=
require
(
'urlencode'
);
var
apikey
=
"RGAPI-
ccd49b47-e78f-4a26-98f1-d1c1ec06de23
"
;
//api key
var
apikey
=
"RGAPI-
8547dfd4-a79e-4392-b60d-f89b0fd1347c
"
;
//api key
var
profileIconId
;
//프로필 아이콘
var
revisionDate
;
//수정 날짜
...
...
LOL_Helper/router/main.js
View file @
c8102a0
...
...
@@ -2,7 +2,7 @@ module.exports = function(app) {
var
request
=
require
(
"request"
);
var
urlenconde
=
require
(
'urlencode'
);
var
apikey
=
"RGAPI-
ccd49b47-e78f-4a26-98f1-d1c1ec06de23
"
//api key
var
apikey
=
"RGAPI-
8547dfd4-a79e-4392-b60d-f89b0fd1347c
"
//api key
var
profileIconId
;
//프로필 아이콘
var
revisionDate
;
//수정 날짜
...
...
Please
register
or
login
to post a comment