mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Fix device API path.
This commit is contained in:
@@ -189,7 +189,7 @@ module.exports = function DeviceServiceFactory($http, socket, EnhanceDeviceServi
|
||||
}
|
||||
|
||||
deviceService.load = function(serial) {
|
||||
return $http.get('/api/app/v1/devices/' + serial)
|
||||
return $http.get('/api/v1/app/devices/' + serial)
|
||||
.then(function (response) {
|
||||
return response.data.device
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user