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:19:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a8fe799c200116b25c4783fe28a4a5c2b58d69e1
a8fe799c
1 parent
78646cca
reply.js modified.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
reply.js
reply.js
View file @
a8fe799
...
...
@@ -55,7 +55,7 @@ app.post('/hook', function (req, res) {
// });
//
res.sendStatus(200);
res
.
sendStatus
(
200
);
});
try
{
...
...
@@ -98,7 +98,7 @@ function Reply(eventObj){
},(
error
,
response
,
body
)
=>
{
console
.
log
(
body
);
});
res
.
sendStatus
(
200
);
}
function
GetPlayerInfo
(
playerID
,
season
,
eventObj
){
...
...
Please
register
or
login
to post a comment