Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대욱
/
trans
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
김대욱
2020-11-27 18:44:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
09b60486cebe059655d0c8f12f07a90017ff628d
09b60486
1 parent
25b89960
수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
trans/app.js
trans/app.js
View file @
09b6048
...
...
@@ -27,7 +27,7 @@ app.post('/hook', function (req, res) {
console
.
log
(
'[request kind] '
,
eventObj
.
kind
);
console
.
log
(
'[request message]'
,
eventObj
.
message
);
trans
(
eventObj
.
replyToken
,
eventObj
.
kind
,
eventObj
.
message
.
text
);
trans
(
eventObj
.
replyToken
,
eventObj
.
kind
.
text
,
eventObj
.
message
.
text
);
res
.
sendStatus
(
200
);
});
...
...
Please
register
or
login
to post a comment