Skip to content

Commit

Permalink
[WebUI] Really use checkv2
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 13, 2019
1 parent ddba398 commit 2c02496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/js/app/upload.js
Expand Up @@ -62,7 +62,7 @@ define(["jquery"],
// @upload text
function scanText(rspamd, data, server) {
var items = [];
rspamd.query("scan", {
rspamd.query("checkv2", {
data: data,
params: {
processData: false,
Expand Down

0 comments on commit 2c02496

Please sign in to comment.