Skip to content

Commit fe15c70

Browse files
authored
fix: GraduationUserControllerImpl의 PreAuthorize 제거 (#311)
1 parent 42bedfb commit fe15c70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aics-api/src/main/java/kgu/developers/api/graduationUser/presentation/GraduationUserControllerImpl.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import kgu.developers.api.graduationUser.presentation.response.MyGraduationUserResponse;
88
import lombok.RequiredArgsConstructor;
99
import org.springframework.http.ResponseEntity;
10-
import org.springframework.security.access.prepost.PreAuthorize;
1110
import org.springframework.web.bind.annotation.GetMapping;
1211
import org.springframework.web.bind.annotation.PatchMapping;
1312
import org.springframework.web.bind.annotation.RequestBody;
@@ -16,7 +15,6 @@
1615

1716
@RestController
1817
@RequiredArgsConstructor
19-
@PreAuthorize("hasRole('ROLE_USER')")
2018
@RequestMapping("/api/v1/graduation-users")
2119
public class GraduationUserControllerImpl implements GraduationUserController {
2220

0 commit comments

Comments
 (0)