api-prox: fix discovery fr

This commit is contained in:
Kentai Radiquum 2025-08-22 23:53:52 +05:00
parent fa720deb4a
commit 42d6874cb4
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -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,