GET comments of article is paginate

This commit is contained in:
2019-10-01 09:54:18 +02:00
parent 3a77eff86e
commit be03bc4df8
5 changed files with 23 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
package fr.dcproject.entity.request
class Comment (
val content: String
): Request