Feature: 스타일포인트 서비스페이지 조회 API 기능 추가 #16
Merged
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.
스타일포인트 서비스페이지 조회 API 기능 추가했습니다.
조회는 Admin Service와 동일한 로직이어서 그냥 재사용했습니다. 이후 서비스페이지의 다른 기능이 추가될 경우 Api Service를 따로 만들어서 작업할 예정입니다!
기존의 dto를 하나로 통일했었는데, 이번에 request와 response로 분리해서 다시 구성해서 어드민 버전도 전체적으로 코드 수정이 있었습니다!