1
Fork 0

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

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