-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: 카테고리 조회 상품 상세 조회 api swagger 반영 #81
The head ref may contain hidden characters: "78-refactor-\uCE74\uD14C\uACE0\uB9AC-\uC870\uD68C-\uC0C1\uD488-\uC0C1\uC138-\uC870\uD68C-api-swagger-\uBC18\uC601"
refactor: 카테고리 조회 상품 상세 조회 api swagger 반영 #81
Conversation
canDeliverSafely = true, | ||
canDeliverCommonly = true, | ||
canPickUp = true, | ||
description = "https://www.goldmoonaqua.com/web/upload/NNEditor/20221226/copy-1672038777-guppy_EC958CEBB984EB85B8ED9280EBA088EB939C_02.png", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수족관들은 상품 상세보기에 대한 내용을 대부분 image 파일로 처리하더라구요! 그래서 더미데이터에 저렇게 넣어두었습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
더미데이터 좋은데요?? 👍
고생하셨습니다! 깔끔해서 리뷰달게 없네요!ㅎㅎ
어프루브하겠습니다!
@@ -27,6 +29,7 @@ class ProductController( | |||
|
|||
@Operation(summary = "상품 상세 조회 API", description = "상품의 상세 정보를 조회합니다") | |||
@ApiResponse(responseCode = "200", description = "상품 상세 조회 성공") | |||
@SecurityRequirement(name = ACCESS_TOKEN_SECURITY_SCHEME_KEY) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
인증이 선택적으로 필요한 api에도 이 어노테이션 붙이면 되는건가요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 맞습니다! 저 친구가 있으면 동일하게 Authorization header 에서 값을 가져와요!
📌 관련 이슈
📁 작업 설명