From fa720deb4a8eed5c8425aae609d1bd52b4a9edb7 Mon Sep 17 00:00:00 2001 From: Radiquum Date: Fri, 22 Aug 2025 23:42:57 +0500 Subject: [PATCH] api/prox: fix discovery --- api-prox/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api-prox/index.ts b/api-prox/index.ts index 09cf1ac..5c80dfa 100644 --- a/api-prox/index.ts +++ b/api-prox/index.ts @@ -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(