Skip to content

Commit

Permalink
remove auth to rc student count
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Dec 6, 2023
1 parent 3d7e5f1 commit 85c803e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/popo/setting/setting.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export class SettingController {
}

@Get('count-rc-student-list')
@Roles(UserType.admin, UserType.association)
@UseGuards(JwtAuthGuard, RolesGuard)
async countRcStudentList() {
return this.settingService.countRcStduentsList();
}
Expand Down

0 comments on commit 85c803e

Please sign in to comment.