From 9ef596e80ea9904db31b3a81d7b96b80aeaee010 Mon Sep 17 00:00:00 2001 From: "Mamadou Khoussa [028918 DSI/DAC/DIF/DS]" Date: Wed, 17 Dec 2025 18:57:53 +0000 Subject: [PATCH] update default role to default-roles-dcb-prod --- src/controllers/webhook.controller.ts | 1 + 1 file changed, 1 insertion(+) 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) {}