Activating pre-built extensions in cat-service

This commit is contained in:
Daniel
2020-03-22 14:40:53 +01:00
parent 3872ac21a3
commit 073b082935
3 changed files with 4 additions and 1 deletions

View File

@@ -10,3 +10,6 @@ service CatalogService @(path:'/browse') {
action order (book : Books.ID, amount: Integer);
}
// activate pre-build extensions from...
using from '@capire/common';