Skip to content

Commit

Permalink
update category DTO
Browse files Browse the repository at this point in the history
  • Loading branch information
giangle-mfv committed Jun 27, 2024
1 parent 4c849ee commit 0a28b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/springboot/blog/payload/CategoryDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
public class CategoryDto {
private Long id;
private String name;
private String slug;
private String description;
}

0 comments on commit 0a28b9c

Please sign in to comment.