sync
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 19s

This commit is contained in:
BOTAlex 2025-10-07 22:40:20 +02:00
parent ff613a2798
commit f6bf260ef0

View file

@ -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,