blob: b8301c7b6d8563254afe7ad96abee7bd88313437 [file] [log] [blame]
(function() {
'use strict';
/*
* List of the XOS users
*/
angular.module('xos.helpers')
.service('Users', function($resource){
return $resource('/api/core/users/');
})
})();