From: Alexander Moisseev Date: Thu, 2 Aug 2018 06:40:39 +0000 (+0300) Subject: [WebUI] Fix "auth" request URL X-Git-Tag: 1.8.0~323^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2391%2Fhead;p=rspamd.git [WebUI] Fix "auth" request URL Fixes: #2390 --- diff --git a/interface/js/app/stats.js b/interface/js/app/stats.js index 151616052..e40206266 100644 --- a/interface/js/app/stats.js +++ b/interface/js/app/stats.js @@ -171,7 +171,7 @@ define(["jquery", "d3pie", "humanize"], // Public API var ui = { statWidgets: function (rspamd, graphs, checked_server) { - rspamd.query("/auth", { + rspamd.query("auth", { success: function (neighbours_status) { var neighbours_sum = { version: neighbours_status[0].data.version,