feat: implement entity and wiki management services, repositories, and routes with associated controllers
Build and Release / release (push) Successful in 1m34s
Build and Release / release (push) Successful in 1m34s
This commit is contained in:
@@ -14,4 +14,3 @@ func WikiRoutes(router fiber.Router, wikiController *controllers.WikiController)
|
||||
wiki.Get("/content/:id", wikiController.GetWikiContentById)
|
||||
wiki.Get("/:id", wikiController.GetWikiById)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user