Skip to content

Commit bb72226

Browse files
committed
feat[post]:페이징추가
1 parent 192fcb4 commit bb72226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/com/ai/lawyer/domain/post/dto/PostPageDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ public PostPageDto(Page<PostDto> page) {
2424
this.totalPages = page.getTotalPages();
2525
this.totalElements = page.getTotalElements();
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)