feat: add TitleResponseDTO for title fetch responses
This commit is contained in:
@@ -96,3 +96,7 @@ func ToSearchPostListDTO(posts []database.Post, query string, limit, offset int)
|
||||
Offset: offset,
|
||||
}
|
||||
}
|
||||
|
||||
type TitleResponseDTO struct {
|
||||
Title string `json:"title"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user