update default role to default-roles-dcb-prod
This commit is contained in:
parent
9ef596e80e
commit
2d725188aa
@ -32,7 +32,7 @@ export class WebhookController {
|
||||
|
||||
@Post('sms-mo/:operator/:country')
|
||||
@HttpCode(HttpStatus.CREATED)
|
||||
@Roles({ roles: ['default-roles-dcb-prod'] })
|
||||
//@Roles({ roles: ['default-roles-dcb-prod'] })
|
||||
@ApiOperation({ summary: 'Receive callback for SMS MO notification' })
|
||||
@ApiBody({ type: InboundSMSMessageNotificationWrapperDto })
|
||||
@ApiCreatedResponse({
|
||||
@ -61,7 +61,7 @@ export class WebhookController {
|
||||
|
||||
@Post('subscription/:operator/:country')
|
||||
@HttpCode(HttpStatus.CREATED)
|
||||
@Roles({ roles: ['default-roles-dcb-prod'] })
|
||||
//@Roles({ roles: ['default-roles-dcb-prod'] })
|
||||
@ApiOperation({ summary: 'Receive callback for management of subscription' })
|
||||
@ApiBody({ type: SubscriptionDto })
|
||||
@ApiCreatedResponse({
|
||||
@ -89,7 +89,7 @@ export class WebhookController {
|
||||
|
||||
@Get('he/:operator/:country')
|
||||
@HttpCode(HttpStatus.OK)
|
||||
@Roles({ roles: ['default-roles-dcb-prod'] })
|
||||
//@Roles({ roles: ['default-roles-dcb-prod'] })
|
||||
@ApiOperation({ summary: 'Receive callback for HE notification' })
|
||||
@ApiOkResponse({
|
||||
description: 'HE notification successfully queued',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user