mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
remove double / for PUT
This commit is contained in:
parent
fcaee51ceb
commit
3910457a8d
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ function UploadCollectionScene(user, password, collection) {
|
|||
if(files.length > 1 || href.length == 0){
|
||||
href = random_uuid();
|
||||
}
|
||||
let upload_href = collection.href + "/" + href + "/";
|
||||
let upload_href = collection.href + href + "/";
|
||||
upload_req = upload_collection(user, password, upload_href, file, function(result) {
|
||||
upload_req = null;
|
||||
results.push(result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue