Use newer syntax

This commit is contained in:
Christian Georgi
2020-11-04 17:31:55 +01:00
parent c04c423c0d
commit 1587521bd3

View File

@@ -6,5 +6,5 @@ service CatalogService @(path:'/browse') {
} excluding { createdBy, modifiedBy };
@requires_: 'authenticated-user'
action submitOrder (book : type of Books:ID, amount: Integer);
action submitOrder (book : Books:ID, amount: Integer);
}