Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
enjoy_soccer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박찬수
2022-06-07 21:57:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b6c09bd86a45283a715d832bf76cf7ab29fdb770
b6c09bd8
1 parent
20432121
soccer commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
soccer.js
soccer.js
View file @
b6c09bd
var
reply
=
require
(
'./reply.js'
);
module
.
exports
=
{
GetPlayerInfo
:
function
(
playerID
,
season
){
var
request
=
require
(
'request'
);
...
...
@@ -15,7 +13,6 @@ module.exports = {
request
(
options
,
function
(
error
,
response
)
{
if
(
error
)
throw
new
Error
(
error
);
console
.
log
(
response
.
body
);
reply
.
StartReply
();
});
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment