i am le stupid and this is my message

This commit is contained in:
ashley 2024-08-21 20:20:41 +00:00
parent 9901c091bc
commit 5e982b7301

View file

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