✨ Able to get feed full content
This commit is contained in:
@@ -17,6 +17,9 @@ func MapAPIs(app *fiber.App, baseURL string) {
|
||||
|
||||
subscription := api.Group("/subscriptions").Name("Subscriptions")
|
||||
{
|
||||
subscription.Get("/", listFeedItem)
|
||||
subscription.Get("/:id", getFeedItem)
|
||||
|
||||
feed := subscription.Group("/feed").Name("Feed")
|
||||
{
|
||||
feed.Get("/", listFeedSubscriptions)
|
||||
|
Reference in New Issue
Block a user