Prepare for serve_on_root false

This commit is contained in:
Heiko Witteborg
2023-06-16 10:05:25 +02:00
committed by GitHub
parent 4649916761
commit 0ea0202f5f

View File

@@ -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}';
}
}