Avoid central index.cds files to ease extensibility

This commit is contained in:
Daniel
2021-03-02 10:37:02 +01:00
parent 861094cc83
commit 2975038696
5 changed files with 3 additions and 3 deletions

12
fiori/app/-index.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';