⚗️ Testing with the new post listing v2
This commit is contained in:
@@ -59,6 +59,7 @@ func MapControllers(app *fiber.App, baseURL string) {
|
||||
posts := api.Group("/posts").Name("Posts API")
|
||||
{
|
||||
posts.Get("/", listPost)
|
||||
posts.Get("/v2", listPostV2)
|
||||
posts.Get("/search", searchPost)
|
||||
posts.Get("/minimal", listPostMinimal)
|
||||
posts.Get("/drafts", listDraftPost)
|
||||
|
Reference in New Issue
Block a user