Skip to content

Conversation

@rootTiket
Copy link
Member

🚀 PR 요약

dto 구조 변경

✨ PR 상세 내용

{
  "code": 200,
  "message": "게시물 조회에 성공했습니다",
  "data": {
    "post": [
      {
        "postId": "7f8f716f-de8f-4c14-9092-3cdd707b449b",
        "title": "블로그 게시물 제목5",
        "contents": [
          {
            "contentOrder": 1,
            "content": "게시물 내용",
            "contentType": "IMAGE"
          },
          {
            "contentOrder": 2,
            "content": "게시물 내용2",
            "contentType": "TEXT"
          },
          {
            "contentOrder": 3,
            "content": "게시물 내용3",
            "contentType": "TEXT"
          }
        ],
        "isOwner": true,
        "comments": [],
        "nickName": "우악",
        "profileUrl": "url",
        "createdAt": "2025-05-07T23:28:06.929597"
      },
      {
        "postId": "19e5e498-2617-4059-ac1e-2ddce51677e2",
        "title": "블로그 게시물 제목4",
        "contents": [
          {
            "contentOrder": 1,
            "content": "게시물 내용",
            "contentType": "IMAGE"
          },
          {
            "contentOrder": 2,
            "content": "게시물 내용2",
            "contentType": "TEXT"
  

해당 구조로 Dto 변경

🚨 주의 사항

없습니다

@rootTiket rootTiket requested a review from soyesenna May 7, 2025 14:34
@rootTiket rootTiket merged commit d31283e into main May 7, 2025
1 check passed
@rootTiket rootTiket deleted the feat/#21 branch May 7, 2025 14:34
@rootTiket rootTiket self-assigned this May 7, 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