diff options
Diffstat (limited to 'web/app/view/GroupsController.js')
-rw-r--r-- | web/app/view/GroupsController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/GroupsController.js b/web/app/view/GroupsController.js index 4cf1459a6..7413f64a8 100644 --- a/web/app/view/GroupsController.js +++ b/web/app/view/GroupsController.js @@ -71,7 +71,7 @@ Ext.define('Traccar.view.GroupsController', { baseObjectName: 'groupId', linkObjectName: 'geofenceId', storeName: admin ? 'AllGeofences' : 'Geofences', - urlApi: '/api/groups/geofences', + urlApi: 'api/groups/geofences', baseObject: group.getData().id } }).show(); |