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/Groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/store/Groups.js') diff --git a/web/app/store/Groups.js b/web/app/store/Groups.js index 938abed64..8740b25d3 100644 --- a/web/app/store/Groups.js +++ b/web/app/store/Groups.js @@ -20,7 +20,7 @@ Ext.define('Traccar.store.Groups', { proxy: { type: 'rest', - url: '/api/groups', + url: 'api/groups', writer: { writeAllFields: true } -- cgit v1.2.3