app/-index -> app/services.cds

This commit is contained in:
Daniel
2021-03-23 11:14:05 +01:00
parent 2975038696
commit 2bae86079e

12
fiori/app/services.cds Normal file
View File

@@ -0,0 +1,12 @@
/*
This model controls what gets served to Fiori frontends...
*/
using from './admin/fiori-service';
using from './browse/fiori-service';
using from './common';
using from '@capire/common';
// only works in case of embedded orders service
using from '@capire/orders/app/orders/fiori-service';