From f6bf260ef0e024883918185d0edcd5562d99ebf2 Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Tue, 7 Oct 2025 22:40:20 +0200 Subject: [PATCH] sync --- src/ts/Redaction/Redactor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/Redaction/Redactor.ts b/src/ts/Redaction/Redactor.ts index 7aebebd..055c6d8 100644 --- a/src/ts/Redaction/Redactor.ts +++ b/src/ts/Redaction/Redactor.ts @@ -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,