1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-21 18:47:39 +00:00

Bugfix path selection for reverse proxy

This commit is contained in:
Ozzie Isaacs
2023-03-26 14:31:19 +02:00
parent 7d26e6fc85
commit 6c8ffb3e7e
2 changed files with 5 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ $(function() {
method: "post",
contentType: "application/json; charset=utf-8",
dataType: "json",
url: getPath() + "/../ajax/canceltask",
url: getPath() + "/ajax/canceltask",
data: JSON.stringify({"task_id": taskId}),
});
});