diff --git a/src/controllers/webhook.controller.ts b/src/controllers/webhook.controller.ts index 9a77388..023b999 100644 --- a/src/controllers/webhook.controller.ts +++ b/src/controllers/webhook.controller.ts @@ -26,6 +26,7 @@ import { WebhookService } from 'src/services/webhook.service'; @Controller('webhook') @ApiTags('webhook') @ApiBearerAuth() +//todo default role should be changed based on environment export class WebhookController { constructor(private readonly webhookService: WebhookService) {}