|
@@ -6,7 +6,7 @@ import { Installation } from '~/entities/installation';
|
|
|
import { InstallationRepository } from '~/repositories/installation';
|
|
import { InstallationRepository } from '~/repositories/installation';
|
|
|
|
|
|
|
|
import { InstallerService } from '~/services/InstallerService';
|
|
import { InstallerService } from '~/services/InstallerService';
|
|
|
-import { ReceiveService } from '~/services/RecieveService';
|
|
|
|
|
|
|
+// import { ReceiveService } from '~/services/RecieveService';
|
|
|
import { RegisterService } from '~/services/RegisterService';
|
|
import { RegisterService } from '~/services/RegisterService';
|
|
|
|
|
|
|
|
@Controller('/slack')
|
|
@Controller('/slack')
|
|
@@ -20,7 +20,7 @@ export class SlackCtrl {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Inject()
|
|
@Inject()
|
|
|
- receiveService: ReceiveService;
|
|
|
|
|
|
|
+ // receiveService: ReceiveService;
|
|
|
|
|
|
|
|
registerService: RegisterService;
|
|
registerService: RegisterService;
|
|
|
|
|
|
|
@@ -75,8 +75,8 @@ export class SlackCtrl {
|
|
|
console.log(modulePath);
|
|
console.log(modulePath);
|
|
|
console.log(method);
|
|
console.log(method);
|
|
|
|
|
|
|
|
- const slackInput = this.receiveService.receiveContentsFromSlack(body);
|
|
|
|
|
- console.log('Controller/events', slackInput);
|
|
|
|
|
|
|
+ // const slackInput = this.receiveService.receiveContentsFromSlack(body);
|
|
|
|
|
+ // console.log('Controller/events', slackInput);
|
|
|
res.send();
|
|
res.send();
|
|
|
|
|
|
|
|
console.log('body', body);
|
|
console.log('body', body);
|