diff --git a/api-prox/index.ts b/api-prox/index.ts index 5c80dfa..98856c1 100644 --- a/api-prox/index.ts +++ b/api-prox/index.ts @@ -323,7 +323,7 @@ app.post("/*path", async (req, res) => { body: new URLSearchParams(req.body), }); break; - case "application/json": + default: apiResponse = await fetch(url.toString(), { method: "POST", headers: apiHeaders,