Remove the need to provide a bucket ID to each API call

This commit is contained in:
2023-05-30 15:51:10 +02:00
parent 2647a22c91
commit 0299b730a5
23 changed files with 95 additions and 96 deletions

View File

@@ -26,7 +26,7 @@ const update_base = async base => {
error_msg = "Loading..."
let ws_endpoint = location.origin.replace(/^http/, 'ws') +
fs_path_url(state.root.id, base.path).replace(/^http/, 'ws') +
fs_path_url(base.path).replace(/^http/, 'ws') +
"?download_stats"
console.log("Opening socket to", ws_endpoint)