From d9777620508a7b197f0e5752869eef91d83e20a0 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 14 Aug 2016 13:43:20 +0300 Subject: Use relative URLs for web app --- web/app/view/GroupsController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/GroupsController.js') 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(); -- cgit v1.2.3