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:
parent
9901c091bc
commit
5e982b7301
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,
|
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) => {
|
||||||
|
|
Loading…
Reference in a new issue