Skip to content

Commit 573335a

Browse files
committed
Re-simplified APIs
1 parent 7e49d70 commit 573335a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

app/fiori.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212

13-
using { sap.capire.orders.api.OrdersService } from '../srv/orders-service';
13+
using OrdersService from '../srv/orders-service';
1414

1515

1616
@odata.draft.enabled

srv/orders-service.cds

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using { sap.capire.orders as my } from '../db/schema';
2-
namespace sap.capire.orders.api;
32

43
service OrdersService {
54
entity Orders as projection on my.Orders;

0 commit comments

Comments
 (0)