api/prox: fix discovery

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

View file

@ -277,6 +277,7 @@ app.post("/*path", async (req, res) => {
"application/json", "application/json",
"application/x-www-form-urlencoded", "application/x-www-form-urlencoded",
"multipart/form-data", "multipart/form-data",
"x-unknown/unknown"
]; ];
const isSupported = supportedContentTypes.includes( const isSupported = supportedContentTypes.includes(