⚗️ Testing with the new post listing v2
This commit is contained in:
@ -20,7 +20,7 @@ func getCategory(c *fiber.Ctx) error {
|
||||
}
|
||||
|
||||
func listCategories(c *fiber.Ctx) error {
|
||||
take := c.QueryInt("take", 0)
|
||||
take := c.QueryInt("take", 10)
|
||||
offset := c.QueryInt("offset", 0)
|
||||
probe := c.Query("probe")
|
||||
|
||||
|
Reference in New Issue
Block a user