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