diff options
Diffstat (limited to 'web/app/store/AllNotifications.js')
-rw-r--r-- | web/app/store/AllNotifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/AllNotifications.js b/web/app/store/AllNotifications.js index fed02b260..9e9cb791d 100644 --- a/web/app/store/AllNotifications.js +++ b/web/app/store/AllNotifications.js @@ -20,7 +20,7 @@ Ext.define('Traccar.store.AllNotifications', { proxy: { type: 'rest', - url: '/api/users/notifications', + url: 'api/users/notifications', extraParams: { all: true } |