Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Chat_Bot
/
KaKao_ChatBot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
윤준현
2018-12-14 00:52:13 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
921ff8592651a9aa3e8077a09cfbe31eb5deb5c8
921ff859
2 parents
cb6cc6d9
249981ba
Merge branch 'master' into useMessage
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
921ff85
...
...
@@ -431,7 +431,7 @@ app.post('/message', function(req,res){
callback
(
null
,
send
);
}
];
// async의 waterfall을 통해 함수를 순차적으로 실행 //
async
.
waterfall
(
task
,
function
(
err
,
result
){
console
.
log
(
send
);
...
...
Please
register
or
login
to post a comment