update default role to default-roles-dcb-prod
This commit is contained in:
parent
6ef6b7911d
commit
9ef596e80e
@ -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) {}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user