From 366b0f8f9ad0b32644475cf40f0b65e4d523fb96 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 19 Oct 2021 15:27:19 +0200 Subject: [PATCH] Using flat fiori app folder --- orders/app/{orders/fiori-service.cds => fiori.cds} | 2 +- orders/app/index.cds | 5 ----- orders/app/{fiori-app.html => orders/index.html} | 0 3 files changed, 1 insertion(+), 6 deletions(-) rename orders/app/{orders/fiori-service.cds => fiori.cds} (97%) delete mode 100644 orders/app/index.cds rename orders/app/{fiori-app.html => orders/index.html} (100%) diff --git a/orders/app/orders/fiori-service.cds b/orders/app/fiori.cds similarity index 97% rename from orders/app/orders/fiori-service.cds rename to orders/app/fiori.cds index ba096372..94b7f5c2 100644 --- a/orders/app/orders/fiori-service.cds +++ b/orders/app/fiori.cds @@ -10,7 +10,7 @@ -using { OrdersService } from '../../srv/orders-service'; +using { OrdersService } from '../srv/orders-service'; @odata.draft.enabled diff --git a/orders/app/index.cds b/orders/app/index.cds deleted file mode 100644 index d64c2905..00000000 --- a/orders/app/index.cds +++ /dev/null @@ -1,5 +0,0 @@ -/* - This model controls what gets served to Fiori frontends... -*/ - -using from './orders/fiori-service'; diff --git a/orders/app/fiori-app.html b/orders/app/orders/index.html similarity index 100% rename from orders/app/fiori-app.html rename to orders/app/orders/index.html