GET comments of article is paginate
This commit is contained in:
5
src/main/kotlin/fr/dcproject/entity/request/Comment.kt
Normal file
5
src/main/kotlin/fr/dcproject/entity/request/Comment.kt
Normal file
@@ -0,0 +1,5 @@
|
||||
package fr.dcproject.entity.request
|
||||
|
||||
class Comment (
|
||||
val content: String
|
||||
): Request
|
||||
Reference in New Issue
Block a user