Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Dec 6, 2023
1 parent 706989a commit 3d7e5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popo/setting/setting.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class SettingController {
return this.settingService.getRcStduentsList();
}

@Get('sync-rc-studentis-list')
@Get('sync-rc-student-list')
@Roles(UserType.admin, UserType.association)
@UseGuards(JwtAuthGuard, RolesGuard)
async checkRc() {
Expand Down

0 comments on commit 3d7e5f1

Please sign in to comment.