diff options
Diffstat (limited to 'web/app/store/Notifications.js')
-rw-r--r-- | web/app/store/Notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/Notifications.js b/web/app/store/Notifications.js index 5dc8cb614..04cd9b863 100644 --- a/web/app/store/Notifications.js +++ b/web/app/store/Notifications.js @@ -20,6 +20,6 @@ Ext.define('Traccar.store.Notifications', { proxy: { type: 'rest', - url: '/api/users/notifications' + url: 'api/users/notifications' } }); |