From f08f6fa4b20f003dd624656746a49237bbff2441 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 10 Dec 2017 09:24:57 +1300 Subject: Fix notification test endpoint --- web/app/view/dialog/UserController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/dialog') 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); -- cgit v1.2.3