Add directory uploader

This commit is contained in:
2023-05-27 15:50:44 +02:00
parent 82ebf18cdb
commit 71538e5d7a
20 changed files with 565 additions and 150 deletions

View File

@@ -9,7 +9,7 @@ export const fs_path_url = (bucket, path) => {
for (let i = 0; i < split.length; i++) {
split[i] = encodeURIComponent(split[i])
}
return api_endpoint + "/filesystem/" + bucket + split.join("/")
return window.api_endpoint + "/filesystem/" + bucket + split.join("/")
}
export const fs_file_url = (bucket, path) => {