diff options
Diffstat (limited to 'web/app/store/Devices.js')
-rw-r--r-- | web/app/store/Devices.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/app/store/Devices.js b/web/app/store/Devices.js index 2b1af192f..24777de5a 100644 --- a/web/app/store/Devices.js +++ b/web/app/store/Devices.js @@ -21,10 +21,10 @@ Ext.define('Traccar.store.Devices', { proxy: { type: 'ajax', api: { - create : '/api/device/add', - read : '/api/device/get', - update : '/api/device/update', - destroy : '/api/device/remove' + create: '/api/device/add', + read: '/api/device/get', + update: '/api/device/update', + destroy: '/api/device/remove' }, reader: { type: 'json', |