mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
fix: fix controller name
This commit is contained in:
@ -115,7 +115,7 @@ export class JuniorController {
|
||||
@UseGuards(RolesGuard)
|
||||
@AllowedRoles(Roles.GUARDIAN)
|
||||
@ApiDataResponse(TransferToJuniorResponseDto)
|
||||
async doesJuniorBelongToGuardian(
|
||||
async transferToJunior(
|
||||
@AuthenticatedUser() user: IJwtPayload,
|
||||
@Param('juniorId', CustomParseUUIDPipe) juniorId: string,
|
||||
@Body() body: TransferToJuniorRequestDto,
|
||||
|
||||
Reference in New Issue
Block a user