aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-12-10 09:24:57 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2017-12-10 09:24:57 +1300
commitf08f6fa4b20f003dd624656746a49237bbff2441 (patch)
tree3f02cf142be36ec81c0715da4ad7c7e66130e6dc /web/app/view/dialog
parent082c8200402c2259f5c97321fccc72bd0c41c5f5 (diff)
downloadetbsa-traccar-web-f08f6fa4b20f003dd624656746a49237bbff2441.tar.gz
etbsa-traccar-web-f08f6fa4b20f003dd624656746a49237bbff2441.tar.bz2
etbsa-traccar-web-f08f6fa4b20f003dd624656746a49237bbff2441.zip
Fix notification test endpoint
Diffstat (limited to 'web/app/view/dialog')
-rw-r--r--web/app/view/dialog/UserController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/dialog/UserController.js b/web/app/view/dialog/UserController.js
index 6f2c03a..953093e 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);