blob: cf9294784253aa1d69ec84e184e566affe325663 [file] [log] [blame]
angular.module('app')
.constant('AppConfig', {
apiEndpoint: '/xosapi/v1',
websocketClient: '/'
});