common/corpus-common-addon/app/services/bnf-resolver.js
changeset 305 ff6cf3fc5f40
parent 182 1bcc373adabb
child 328 04e728651a48
equal deleted inserted replaced
304:20071981ba2a 305:ff6cf3fc5f40
     3 import ResolverService from 'corpus-common-addon/services/resolver-service';
     3 import ResolverService from 'corpus-common-addon/services/resolver-service';
     4 
     4 
     5 export default ResolverService.extend({
     5 export default ResolverService.extend({
     6 
     6 
     7     storeKeyBase: 'bnf',
     7     storeKeyBase: 'bnf',
     8     apiPath:  '/api/v1/bnf/',
     8     apiPath:  '/api/v1/resolvers/bnf/',
     9     resDocRoot: 'bnfids',
     9     resDocRoot: 'bnfids',
    10 
    10 
    11     init() {
    11     init() {
    12         this._super(...arguments);
    12         this._super(...arguments);
    13         console.log("BNF", this);
    13         console.log("BNF", this);