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 19:17:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
78646ccafb27052bf9591927b2172973511e9bd5
78646cca
1 parent
012dfbee
reply.js modified.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
reply.js
reply.js
View file @
78646cc
...
...
@@ -29,7 +29,7 @@ app.post('/hook', function (req, res) {
console
.
log
(
'[request message]'
,
eventObj
.
message
);
console
.
log
(
"Receive Message : "
,
eventObj
.
message
.
text
);
console
.
log
(
soccer
.
GetPlayerInfo
(
276
,
2019
,
eventObj
)
);
GetPlayerInfo
(
276
,
2019
,
eventObj
);
// request.post(
// {
...
...
Please
register
or
login
to post a comment