sync
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 19s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 19s
This commit is contained in:
parent
ff613a2798
commit
f6bf260ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class Redactor {
|
|||
console.log("Requesting unredactor.json with: " + jsonKey);
|
||||
|
||||
const hashResJson = await (
|
||||
await fetch("http://localhost:8000/unredact", {
|
||||
await fetch("https://api.deprived.dev/unredact", {
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: jsonKey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue