diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-08-02 09:40:39 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-08-02 09:40:39 +0300 |
commit | b69dbba33865a640d7ee12de32059e3792dcc9ac (patch) | |
tree | 4ec04840d5fcbabf2207ffdc16d05d690bc31aec /interface | |
parent | 6bf95e77a1d61ecd7b3fd92543b74b067bc679d1 (diff) | |
download | rspamd-b69dbba33865a640d7ee12de32059e3792dcc9ac.tar.gz rspamd-b69dbba33865a640d7ee12de32059e3792dcc9ac.zip |
[WebUI] Fix "auth" request URL
Fixes: #2390
Diffstat (limited to 'interface')
-rw-r--r-- | interface/js/app/stats.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |