beautified bookshop/requests.http

This commit is contained in:
Daniel
2020-04-18 13:25:08 +02:00
parent 0ed239b28b
commit 50428b4d26
2 changed files with 41 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
using { sap.capire.bookshop as my } from '../db/schema';
service AdminService @(_requires:'authenticated-user') {
service AdminService @(requires_:'admin') {
entity Books as projection on my.Books;
entity Authors as projection on my.Authors;
}