-
Notifications
You must be signed in to change notification settings - Fork 1
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
#50 [feat] 글모임 최신 글감 GET #51
Conversation
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.
굿굿 고생하셨습니다 !
@@ -37,7 +38,8 @@ SuccessResponse<ContentListResponse> getTopicsFromMoim( | |||
@ApiResponses( | |||
value = { | |||
@ApiResponse(responseCode = "200", description = "사용자의 권한이 확인되었습니다."), | |||
@ApiResponse(responseCode = "403", description = "사용자 검증 토큰이 유효하지 안습니다.", content = @Content(schema = @Schema(implementation = ErrorResponse.class)) | |||
@ApiResponse(responseCode = "403", description = "사용자 검증 토큰이 유효하지 안습니다.", |
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.
P3 요기 오타가 생긴거 같아요!
.where(topic.moim.eq(moim)) | ||
.orderBy(topic.createdAt.desc()) | ||
.fetchFirst()); | ||
} |
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.
QueryDSL을 사용하니까 가독성이 너무 좋네요..
✒️ 관련 이슈번호
Key Changes 🔑
To Reviewers 📢