update default role to default-roles-dcb-prod

This commit is contained in:
Mamadou Khoussa [028918 DSI/DAC/DIF/DS] 2025-12-17 18:57:53 +00:00
parent 6ef6b7911d
commit 9ef596e80e

View File

@ -26,6 +26,7 @@ import { WebhookService } from 'src/services/webhook.service';
@Controller('webhook') @Controller('webhook')
@ApiTags('webhook') @ApiTags('webhook')
@ApiBearerAuth() @ApiBearerAuth()
//todo default role should be changed based on environment
export class WebhookController { export class WebhookController {
constructor(private readonly webhookService: WebhookService) {} constructor(private readonly webhookService: WebhookService) {}