fix after moving to fiori

This commit is contained in:
D070615
2025-03-27 13:50:28 +01:00
parent f468d8e40f
commit dba762bbff
7 changed files with 56 additions and 37 deletions

View File

@@ -2,5 +2,4 @@ using { sap.capire.bookshop as my } from '../db/schema';
service AdminService @(path:'/admin') {
entity Authors as projection on my.Authors;
entity Books as projection on my.Books;
entity Genres as projection on my.Genres;
}