Universal reading feed

♻️ Refactor post listing
This commit is contained in:
2025-03-12 22:02:33 +08:00
parent 26dfd25763
commit d6fa3bb15d
8 changed files with 203 additions and 71 deletions

View File

@@ -31,6 +31,7 @@ func MapControllers(app *fiber.App, baseURL string) {
{
recommendations.Get("/", listRecommendation)
recommendations.Get("/shuffle", listRecommendationShuffle)
recommendations.Get("/feed", getRecommendationFeed)
}
stories := api.Group("/stories").Name("Story API")