Skip to content

Commit

Permalink
Turn off the object service in the dataone model
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed Nov 28, 2016
1 parent 4092cc3 commit f009b6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ define(['jquery', 'underscore', 'backbone'],
ldapwebServiceUrl: null,
metacatBaseUrl: null,
metacatServiceUrl: null,
objectServiceUrl: null,
//objectServiceUrl: null,
resolveServiceUrl: null,
d1LogServiceUrl: null,
nodeServiceUrl: null,
Expand Down Expand Up @@ -93,7 +93,7 @@ define(['jquery', 'underscore', 'backbone'],
this.set('authServiceUrl', this.get('baseUrl') + this.get('d1Service') + '/isAuthorized/');
this.set('queryServiceUrl', this.get('baseUrl') + this.get('d1Service') + '/query/solr/');
this.set('metaServiceUrl', this.get('baseUrl') + this.get('d1Service') + '/meta/');
this.set('objectServiceUrl', this.get('baseUrl') + this.get('d1Service') + '/object/');
//this.set('objectServiceUrl', this.get('baseUrl') + this.get('d1Service') + '/object/');
this.set('resolveServiceUrl', this.get('d1CNBaseUrl') + this.get('d1Service') + '/resolve/');
this.set('nodeServiceUrl', this.get('baseUrl') + this.get('d1Service') + '/node');

Expand Down

0 comments on commit f009b6e

Please sign in to comment.