change prefix to insight-api
This commit is contained in:
parent
9cc0c401f0
commit
f9fd3c0488
@ -16,7 +16,7 @@ InsightAPI.dependencies = ['address', 'web'];
|
|||||||
inherits(InsightAPI, BaseService);
|
inherits(InsightAPI, BaseService);
|
||||||
|
|
||||||
InsightAPI.prototype.setupRoutes = function(app) {
|
InsightAPI.prototype.setupRoutes = function(app) {
|
||||||
var apiPrefix = '/api';
|
var apiPrefix = '/insight-api';
|
||||||
|
|
||||||
//Block routes
|
//Block routes
|
||||||
var blocks = new BlockController(this.node);
|
var blocks = new BlockController(this.node);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user