Prepare for serve_on_root false
This commit is contained in:
@@ -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}';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user