first endpoint: getting product descriptions

This commit is contained in:
Daniel Goc
2026-03-12 10:18:59 +01:00
parent 6f00e7f784
commit 395c09f7e1
10 changed files with 328 additions and 463 deletions

View File

@@ -90,8 +90,8 @@ func (s *Server) Setup() error {
public.AuthHandlerRoutes(auth)
// Repo routes (restricted)
repo := s.restricted.Group("/repo")
restricted.RepoHandlerRoutes(repo)
productDescription := s.restricted.Group("/product-description")
restricted.ProductDescriptionHandlerRoutes(productDescription)
// // Restricted routes example
// restricted := s.api.Group("/restricted")