mirror of
https://codeberg.org/ashley/poke.git
synced 2025-02-05 01:28:43 -05:00
lol
This commit is contained in:
parent
d097ee3219
commit
edf4b507a2
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue