mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
lol
This commit is contained in:
parent
d097ee3219
commit
edf4b507a2
@ -99,7 +99,7 @@ const { fetch } = await import("undici");
|
||||
method: req.method,
|
||||
});
|
||||
|
||||
f.body.pipe(res);
|
||||
Readable.fromWeb(f.body).pipe(res);
|
||||
});
|
||||
|
||||
app.get("/api/search", async (req, res) => {
|
||||
|
Loading…
Reference in New Issue
Block a user