Add ua role to createsplogins
This commit is contained in:
parent
6c23cedc4e
commit
97093d9abe
@ -54,7 +54,7 @@ export class UserMaintenanceController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Post('CreateSPLogins')
|
@Post('CreateSPLogins')
|
||||||
@Roles('sa')
|
@Roles('sa','ua')
|
||||||
async CreateSPLogins(@Body() body: CreateSPLoginsDTO) {
|
async CreateSPLogins(@Body() body: CreateSPLoginsDTO) {
|
||||||
return await this.userMaintenanceService.CreateSPLogins(body);
|
return await this.userMaintenanceService.CreateSPLogins(body);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user