1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:54:42 -05:00

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, method: req.method,
}); });
f.body.pipe(f); f.body.pipe(res);
}); });
app.get("/api/redirect", async (req, res) => { app.get("/api/redirect", async (req, res) => {