diff --git a/src/app/api/proxy/route.ts b/src/app/api/proxy/route.ts index bd0ceaa..7923dd3 100644 --- a/src/app/api/proxy/route.ts +++ b/src/app/api/proxy/route.ts @@ -9,6 +9,7 @@ const REQUEST_HEADERS_TO_FORWARD = [ "accept", "accept-language", "authorization", + "token", "content-type", "x-csrf-token", "x-csrftoken",