File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
aics-api/src/main/java/kgu/developers/api/graduationUser/presentation Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 77import kgu .developers .api .graduationUser .presentation .response .MyGraduationUserResponse ;
88import lombok .RequiredArgsConstructor ;
99import org .springframework .http .ResponseEntity ;
10- import org .springframework .security .access .prepost .PreAuthorize ;
1110import org .springframework .web .bind .annotation .GetMapping ;
1211import org .springframework .web .bind .annotation .PatchMapping ;
1312import org .springframework .web .bind .annotation .RequestBody ;
1615
1716@ RestController
1817@ RequiredArgsConstructor
19- @ PreAuthorize ("hasRole('ROLE_USER')" )
2018@ RequestMapping ("/api/v1/graduation-users" )
2119public class GraduationUserControllerImpl implements GraduationUserController {
2220
You can’t perform that action at this time.
0 commit comments