change prefix to insight-api

This commit is contained in:
Patrick Nagurny 2015-09-02 11:16:30 -04:00
parent 9cc0c401f0
commit f9fd3c0488

View File

@ -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);