👔 Increase the amount of featured post
This commit is contained in:
parent
a16c4c0764
commit
60fa7a5bff
@ -14,7 +14,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func listRecommendation(c *fiber.Ctx) error {
|
func listRecommendation(c *fiber.Ctx) error {
|
||||||
const featuredMax = 3
|
const featuredMax = 5
|
||||||
|
|
||||||
posts, err := services.GetFeaturedPosts(featuredMax)
|
posts, err := services.GetFeaturedPosts(featuredMax)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user