Update src/libpoketube/init/pages-api.js

This commit is contained in:
ashley 2024-08-21 13:10:52 +00:00
parent 28767cb850
commit 9901c091bc

View file

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