Use the correct scheme for URIs

This commit is contained in:
Eli Ribble 2026-04-02 01:18:25 +00:00
parent 124d1b7078
commit 353a3ea442
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -367,7 +367,7 @@ const saveChanges = async () => {
console.log("empty user");
return;
}
const url = "/api" + u.uri;
const url = u.uri;
const response = await fetch(url, {
method: "PUT",
headers: {