We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344e202 commit 99bc01bCopy full SHA for 99bc01b
1 file changed
src/main/java/com/example/solidconnection/application/controller/ApplicationController.java
@@ -39,7 +39,7 @@ public ResponseEntity<ApplicationSubmissionResponse> apply(
39
.body(applicationSubmissionResponse);
40
}
41
42
- @RequireRoleAccess(roles = {Role.ADMIN})
+ // @RequireRoleAccess(roles = {Role.ADMIN}) // todo : 추후 어드민 페이지에서 권한 변경 기능 추가 필요
43
@GetMapping
44
public ResponseEntity<ApplicationsResponse> getApplicants(
45
@AuthorizedUser long siteUserId,
0 commit comments