We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af3875 commit a528fa0Copy full SHA for a528fa0
1 file changed
function-web/src/main/java/com/future/function/web/controller/scoring/ReportController.java
@@ -65,7 +65,7 @@ public PagingResponse<ReportWebResponse> findAllReportByUsedAtNow(
65
@GetMapping(value = "/students",
66
produces = MediaType.APPLICATION_JSON_VALUE)
67
public PagingResponse<UserWebResponse> getStudentsWithinBatch(
68
- @WithAnyRole(roles = Role.ADMIN)
+ @WithAnyRole(roles = {Role.ADMIN, Role.JUDGE, Role.MENTOR})
69
Session session,
70
@PathVariable
71
String batchCode,
0 commit comments