aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/NotificationsController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/NotificationsController.js')
-rw-r--r--web/app/view/NotificationsController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/NotificationsController.js b/web/app/view/NotificationsController.js
index 90479fe07..628343a84 100644
--- a/web/app/view/NotificationsController.js
+++ b/web/app/view/NotificationsController.js
@@ -64,7 +64,7 @@ Ext.define('Traccar.view.NotificationsController', {
var record = this.getView().getStore().getAt(rowIndex);
Ext.Ajax.request({
scope: this,
- url: '/api/users/notifications',
+ url: 'api/users/notifications',
jsonData: {
userId: this.userId,
type: record.getData().type,