윤준현

addProjectPPTandScript


addProjectPPTandScript
Showing 1 changed file with 1 additions and 1 deletions
......@@ -431,7 +431,7 @@ app.post('/message', function(req,res){
callback(null ,send);
}
];
// async의 waterfall을 통해 함수를 순차적으로 실행 //
async.waterfall(task, function(err,result){
console.log(send);
......