Skip to content

Commit

Permalink
[#6]✨Feat: FeedListResponse 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
sumin220 committed Nov 20, 2024
1 parent ba349de commit cc0d576
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package univ.yesummit.domain.feed.dto;

import java.util.List;

public record FeedListResponse(
List<FeedResponse> feeds
) {
}

0 comments on commit cc0d576

Please sign in to comment.