13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
/*
|
|
This model controls what gets served to Fiori frontends...
|
|
*/
|
|
|
|
using from './admin/fiori-service';
|
|
using from './browse/fiori-service';
|
|
using from './common';
|
|
|
|
using from '../db/capire_common';
|
|
|
|
// only works in case of embedded orders service
|
|
// using from './orders/app/orders/fiori-service';
|