diff --git a/bitcore-node/index.js b/bitcore-node/index.js index 50a3782..1f7da8b 100644 --- a/bitcore-node/index.js +++ b/bitcore-node/index.js @@ -16,7 +16,7 @@ InsightAPI.dependencies = ['address', 'web']; inherits(InsightAPI, BaseService); InsightAPI.prototype.setupRoutes = function(app) { - var apiPrefix = '/api'; + var apiPrefix = '/insight-api'; //Block routes var blocks = new BlockController(this.node);