Use newer syntax
This commit is contained in:
@@ -6,5 +6,5 @@ service CatalogService @(path:'/browse') {
|
|||||||
} excluding { createdBy, modifiedBy };
|
} excluding { createdBy, modifiedBy };
|
||||||
|
|
||||||
@requires_: 'authenticated-user'
|
@requires_: 'authenticated-user'
|
||||||
action submitOrder (book : type of Books:ID, amount: Integer);
|
action submitOrder (book : Books:ID, amount: Integer);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user