diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-08-14 13:43:20 +0300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-08-14 13:43:20 +0300 |
commit | d9777620508a7b197f0e5752869eef91d83e20a0 (patch) | |
tree | c247f37ed7621fba2eca775f628a19790a3bbf3c /web/app/view/DevicesController.js | |
parent | 5d3b7cbe5924d4a4552035626a83e26b1e756255 (diff) | |
download | trackermap-server-d9777620508a7b197f0e5752869eef91d83e20a0.tar.gz trackermap-server-d9777620508a7b197f0e5752869eef91d83e20a0.tar.bz2 trackermap-server-d9777620508a7b197f0e5752869eef91d83e20a0.zip |
Use relative URLs for web app
Diffstat (limited to 'web/app/view/DevicesController.js')
-rw-r--r-- | web/app/view/DevicesController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/DevicesController.js b/web/app/view/DevicesController.js index ca3e24661..85aa5fcd4 100644 --- a/web/app/view/DevicesController.js +++ b/web/app/view/DevicesController.js @@ -96,7 +96,7 @@ Ext.define('Traccar.view.DevicesController', { baseObjectName: 'deviceId', linkObjectName: 'geofenceId', storeName: 'Geofences', - urlApi: '/api/devices/geofences', + urlApi: 'api/devices/geofences', baseObject: device.getData().id } }).show(); |