mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
Basic auth: fix for using different paths
This commit is contained in:
parent
a4c0e0ac37
commit
9f6346a373
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ Dropzone.options.dropzone = {
|
|||
dropzone.cancelUpload(file)
|
||||
}
|
||||
};
|
||||
xhr.open("HEAD", "/auth", true);
|
||||
xhr.open("HEAD", "auth", true);
|
||||
xhr.send()
|
||||
}
|
||||
var upload = document.createElement("div");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue