Prepare for serve_on_root false
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using { sap.capire.bookshop as my } from '../db/schema';
|
||||
service AdminService @(_requires:'admin') {
|
||||
service AdminService @(_requires:'admin',path:'/admin') {
|
||||
entity Books as projection on my.Books;
|
||||
entity Authors as projection on my.Authors;
|
||||
entity Orders as select from my.Orders;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user