aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/CommandTypes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/CommandTypes.js')
-rw-r--r--web/app/store/CommandTypes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/CommandTypes.js b/web/app/store/CommandTypes.js
index d3825fb95..48405db6f 100644
--- a/web/app/store/CommandTypes.js
+++ b/web/app/store/CommandTypes.js
@@ -22,7 +22,7 @@ Ext.define('Traccar.store.CommandTypes', {
'beforeload' : function (store) {
var proxy;
proxy = store.getProxy();
- proxy.setUrl('/api/commandtypes?deviceId' + proxy.extraParams.deviceId);
+ proxy.setUrl('api/commandtypes?deviceId' + proxy.extraParams.deviceId);
}
},