This commit is contained in:
Daniel
2020-03-08 12:42:33 +01:00
parent 84a815e7e6
commit 48fa640f5b
12 changed files with 65 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
// Proxy for importing services from bookshop sample
using from '@capire/bookshop/srv/admin-service';
using from '@capire/bookshop';
annotate AdminService with @impl:'srv/admin-service.js';