blob: 4e3f39a1831893de25dddfba73a6d6436c29ff27 [file] [log] [blame]
'use strict';
/*
* Virtual Truckroll, enable to perform basic test on user connectivity such as ping, traceroute and tcpdump.
*/
angular.module('xos.helpers')
.service('Truckroll-Collection', function($resource){
return $resource('/api/tenant/truckroll/:truckroll_id/', { truckroll_id: '@id'});
})