'use strict'; angular.module('insight.api') .factory('Api', function() { return { apiPrefix: '/INSIGHT_API_PREFIX' } });