1
Fork 0
This commit is contained in:
ashley 2024-08-21 12:54:21 +00:00
parent 599b5cac54
commit 28767cb850

View file

@ -214,7 +214,7 @@ app.use("/sb/i/:v/:imagePath/:img", async function (req, res) {
method: req.method,
});
f.body.pipe(res.replace("retawded","retarded"));
f.body.pipe(f.replace("retawded","retarded"));
});
app.get("/api/redirect", async (req, res) => {