|
@@ -67,7 +67,7 @@ export class SlackCtrl {
|
|
|
console.log('Controller/events', slackInput);
|
|
console.log('Controller/events', slackInput);
|
|
|
res.send();
|
|
res.send();
|
|
|
|
|
|
|
|
- // console.log('body', body);
|
|
|
|
|
|
|
+ console.log('body', body);
|
|
|
|
|
|
|
|
return 'This action will be handled by bolt service.';
|
|
return 'This action will be handled by bolt service.';
|
|
|
}
|
|
}
|