HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel

Path
/posts/{id}
기능
게시글 등록
비고
- id ⇒ routinePostId로 변경 - ?
완료
완료
HTTP verbs
POST
도메인
게시판

Request


Response


{ routinePostId: number; title: string; userId: number; routineId: number; createdAt: string; updatedAt: string; comments: CommentType[]; likes: PostLikeType[]; }