Skip to content

Commit

Permalink
Fix notification test endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Dec 9, 2017
1 parent 082c820 commit f08f6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/view/dialog/UserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f08f6fa

Please sign in to comment.