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/store/AllGeofences.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/store/AllGeofences.js') diff --git a/web/app/store/AllGeofences.js b/web/app/store/AllGeofences.js index aa6f9abfc..35209967b 100644 --- a/web/app/store/AllGeofences.js +++ b/web/app/store/AllGeofences.js @@ -20,7 +20,7 @@ Ext.define('Traccar.store.AllGeofences', { proxy: { type: 'rest', - url: '/api/geofences', + url: 'api/geofences', extraParams: { all: true } -- cgit v1.2.3