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