Toggle navigation
Toggle navigation
This project
Loading...
Sign in
양신희
/
Chess.gg
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Network
Create a new issue
Commits
Issue Boards
Authored by
양신희
2020-06-25 21:59:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
130f3441f0811395658fcf1ba5bdd187091f11cb
130f3441
1 parent
fd6bbaa1
apikey 재설정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Chess/router/index.js
Chess/router/index.js
View file @
130f344
...
...
@@ -2,7 +2,7 @@ module.exports = function (app) {
var
express
=
require
(
'express'
);
var
request
=
require
(
"request"
);
var
urlencode
=
require
(
'urlencode'
);
var
apikey
=
"RGAPI-
3aeb21da-5555-4fa8-906a-2497942cd52e
"
;
//매일 API 바꿔주기!!
var
apikey
=
"RGAPI-
138c2dee-d648-498a-b046-bc9dbdf886af
"
;
//매일 API 바꿔주기!!
var
id
;
//소환사ID
var
accountId
;
//계정ID
...
...
Please
register
or
login
to post a comment