Bug fix for routes

This commit is contained in:
2024-12-17 12:30:55 +01:00
parent 425a1cd094
commit 0409ac3d08
3 changed files with 3 additions and 4 deletions

View File

@ -101,7 +101,7 @@ function uploadACL(obj) {
});
$.ajax({
url: "/policy/upload",
url: "policy/upload",
type: "POST",
xhrFields: {
withCredentials: true,