diff --git a/backend/pkg/tags/api/handlers.go b/backend/pkg/tags/api/handlers.go index c9a92bd2e..6aa6e00b2 100644 --- a/backend/pkg/tags/api/handlers.go +++ b/backend/pkg/tags/api/handlers.go @@ -33,7 +33,7 @@ func NewHandlers(log logger.Logger, responser *api.Responser, tokenizer *token.T func (e *handlersImpl) GetAll() []*api.Description { return []*api.Description{ - {"/v1/tags", e.getTags, "GET"}, + {"/v1/web/tags", e.getTags, "GET"}, } }