diff --git a/bitcore-node/index.js b/bitcore-node/index.js index a88b350..32a3a17 100644 --- a/bitcore-node/index.js +++ b/bitcore-node/index.js @@ -6,7 +6,6 @@ var fs = require('fs'); var InsightUI = function(options) { BaseService.call(this, options); - this.routePrefix = options.routePrefix; if (typeof options.apiPrefix !== 'undefined') { this.apiPrefix = options.apiPrefix; } else {