We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec3124 commit e006e5cCopy full SHA for e006e5c
bitcore-node/index.js
@@ -6,7 +6,6 @@ var fs = require('fs');
6
7
var InsightUI = function(options) {
8
BaseService.call(this, options);
9
- this.routePrefix = options.routePrefix;
10
if (typeof options.apiPrefix !== 'undefined') {
11
this.apiPrefix = options.apiPrefix;
12
} else {
0 commit comments