[YP-735] feat: 프로젝트 정산 상세 정보 조회 API 구현 #182
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 유형
💁 해결하려는 문제를 적어주세요
🤔 어떤 방식으로 해결했는지 적어주세요
@PreAuthorize("hasRole('ADMIN')")를 사용하여 프로젝트 정산 API의 경우ADMIN멤버 타입이 아니라면 접근을 거부하는 로직을 추가했습니다.Authority를 생성할 때 멤버의 ROLE을 security가 인식할 수 있도록 prefix를 붙였습니다.
🙋 중점적으로 리뷰 했으면 하는 부분이 있다면 적어주세요