mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-03 21:15:35 +05:00
api/prox: fix discovery
This commit is contained in:
parent
50b3ca79b5
commit
fa720deb4a
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ app.post("/*path", async (req, res) => {
|
|||
"application/json",
|
||||
"application/x-www-form-urlencoded",
|
||||
"multipart/form-data",
|
||||
"x-unknown/unknown"
|
||||
];
|
||||
|
||||
const isSupported = supportedContentTypes.includes(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue