diff options
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/UserDevicesController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/UserDevicesController.js b/web/app/view/UserDevicesController.js index 4cbc6889a..5232d82ce 100644 --- a/web/app/view/UserDevicesController.js +++ b/web/app/view/UserDevicesController.js @@ -64,7 +64,7 @@ Ext.define('Traccar.view.UserDevicesController', { Ext.Ajax.request({ scope: this, method: 'DELETE', - url: '/api/device/unlink', + url: '/api/rest/permissions', jsonData: { userId: this.userId, deviceId: record.getData().id |