diff options
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/dialog/UserController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/dialog/UserController.js b/web/app/view/dialog/UserController.js index 6f2c03a1..953093ea 100644 --- a/web/app/view/dialog/UserController.js +++ b/web/app/view/dialog/UserController.js @@ -48,7 +48,7 @@ Ext.define('Traccar.view.dialog.UserController', { testNotification: function () { Ext.Ajax.request({ - url: 'api/users/notifications/test', + url: 'api/notifications/test', method: 'POST', failure: function (response) { Traccar.app.showError(response); |