Skip to content

Comments

[fix(BE)] : 특정 사용자의 게시글 목록 조회 시 응답 구조가 페이지네이션이 적용되지 않고 반환되는 문제 해결#82

Merged
vcz-Chan merged 1 commit intomainfrom
fix/post
Sep 14, 2025
Merged

[fix(BE)] : 특정 사용자의 게시글 목록 조회 시 응답 구조가 페이지네이션이 적용되지 않고 반환되는 문제 해결#82
vcz-Chan merged 1 commit intomainfrom
fix/post

Conversation

@mdy3722
Copy link
Collaborator

@mdy3722 mdy3722 commented Sep 14, 2025

요약

  • 특정 사용자(userId에 따른)의 게시글 목록 조회 시 페이지네이션이 적용되지 않은 현상 발생
  • 기존 응답 데이터로 사용한 DTO에 page 관련 필드를 추가하여 해결

Changes

아래 엔드포인트와 관련된 서비스 코드 수정

  • GET /api/posts/users/userId
  • GET /api/users/me/posts

Copy link
Member

@vcz-Chan vcz-Chan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋아요!!!

@vcz-Chan vcz-Chan merged commit c09d208 into main Sep 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants