Skip to content

Commit a528fa0

Browse files
DavidWilliamKoliverrsebastian
authored andcommitted
Hotfix Pre-judging (#266)
1 parent 2af3875 commit a528fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

function-web/src/main/java/com/future/function/web/controller/scoring/ReportController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public PagingResponse<ReportWebResponse> findAllReportByUsedAtNow(
6565
@GetMapping(value = "/students",
6666
produces = MediaType.APPLICATION_JSON_VALUE)
6767
public PagingResponse<UserWebResponse> getStudentsWithinBatch(
68-
@WithAnyRole(roles = Role.ADMIN)
68+
@WithAnyRole(roles = {Role.ADMIN, Role.JUDGE, Role.MENTOR})
6969
Session session,
7070
@PathVariable
7171
String batchCode,

0 commit comments

Comments
 (0)