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