mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:17:57 +01:00
oops lol
This commit is contained in:
parent
599b5cac54
commit
28767cb850
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue