Skip to content

Commit 99bc01b

Browse files
committed
hotfix: 모의지원 현황 어드민 권한 제거
1 parent 344e202 commit 99bc01b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/example/solidconnection/application/controller/ApplicationController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public ResponseEntity<ApplicationSubmissionResponse> apply(
3939
.body(applicationSubmissionResponse);
4040
}
4141

42-
@RequireRoleAccess(roles = {Role.ADMIN})
42+
// @RequireRoleAccess(roles = {Role.ADMIN}) // todo : 추후 어드민 페이지에서 권한 변경 기능 추가 필요
4343
@GetMapping
4444
public ResponseEntity<ApplicationsResponse> getApplicants(
4545
@AuthorizedUser long siteUserId,

0 commit comments

Comments
 (0)