Use the correct scheme for URIs
This commit is contained in:
parent
124d1b7078
commit
353a3ea442
2 changed files with 3 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue