From f9fd3c048846c8b39262e942de63f5a06250bcf6 Mon Sep 17 00:00:00 2001 From: Patrick Nagurny Date: Wed, 2 Sep 2015 11:16:30 -0400 Subject: [PATCH] change prefix to insight-api --- bitcore-node/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);