Browse Source

feat: add 'token' to request headers to forward

master
mortezaei 2 months ago
parent
commit
1bc9d1d9a2
  1. 1
      src/app/api/proxy/route.ts

1
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",

Loading…
Cancel
Save