Skip to content

Commit

Permalink
Basic auth: fix for using different paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimarcu committed Mar 12, 2020
1 parent a4c0e0a commit 9f6346a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 9f6346a

Please sign in to comment.