redacted my info, into my database #1

Merged
botalex merged 21 commits from dev into main 2025-10-09 06:42:05 +02:00
Showing only changes of commit f6bf260ef0 - Show all commits

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,