Antonio SJ Musumeci 4 weeks ago
parent
commit
c5afa8e14f
  1. 2
      index.html

2
index.html

@ -275,7 +275,7 @@
return fetch('/kvs/branches?mount=' + encodeURIComponent(mount))
.then(r => {
if (!r.ok) throw new Error('Failed to fetch branches');
return r.text();
return r.json();
});
}
function fetchKV(mount) {

Loading…
Cancel
Save