mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-03 21:15:35 +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),
|
||||
});
|
||||
break;
|
||||
case "application/json":
|
||||
default:
|
||||
apiResponse = await fetch(url.toString(), {
|
||||
method: "POST",
|
||||
headers: apiHeaders,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue