mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 05:55:36 +05:00
api-prox: fix discovery fr
This commit is contained in:
parent
fa720deb4a
commit
42d6874cb4
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ app.post("/*path", async (req, res) => {
|
||||||
body: new URLSearchParams(req.body),
|
body: new URLSearchParams(req.body),
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case "application/json":
|
default:
|
||||||
apiResponse = await fetch(url.toString(), {
|
apiResponse = await fetch(url.toString(), {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: apiHeaders,
|
headers: apiHeaders,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue