diff --git a/packages/officesupplies/srv/cat-service.cds b/packages/officesupplies/srv/cat-service.cds index 6d4cda41..88648ca1 100644 --- a/packages/officesupplies/srv/cat-service.cds +++ b/packages/officesupplies/srv/cat-service.cds @@ -1,5 +1,6 @@ using sap.capire.officesupplies from '../db/schema'; +@path:'/catalog' service CatalogService { entity Products as projection on officesupplies.Products; entity Suppliers as projection on officesupplies.Suppliers; @@ -68,4 +69,4 @@ annotate CatalogService.Suppliers with { identifier @( Common : { Label: '{i18n>Cat.SuppliersIdentifier}', Text: name, TextArrangement: #TextFirst } ); postCode @( Common : { Label: '{i18n>Cat.SuppliersPostCode}', Text: city, TextArrangement: #TextFirst } ); phone @Common.Label: '{i18n>Cat.SuppliersPhone}'; -} \ No newline at end of file +}