mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
move group endpoint from app unit to api unit
This commit is contained in:
@@ -181,8 +181,8 @@ module.exports = function DeviceServiceFactory($http, socket, EnhanceDeviceServi
|
||||
, digest: true
|
||||
})
|
||||
|
||||
oboe('/app/api/v1/group')
|
||||
.node('devices[*]', function(device) {
|
||||
oboe('/api/v1/group')
|
||||
.node('devices[*]', function (device) {
|
||||
tracker.add(device)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user