diff --git a/config/runtime.exs b/config/runtime.exs index 9dcf261..68cec1b 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -40,20 +40,20 @@ cors_origin = System.get_env("CORS_ORIGIN", "*") config :cors_plug, origin: cors_origin, headers: [ - "Authorization", - "x-organization-id" - "Content-Type", - "Accept", - "Origin", - "User-Agent", - "DNT", - "Cache-Control", - "X-Mx-ReqToken", - "Keep-Alive", - "X-Requested-With", - "If-Modified-Since", - "X-CSRF-Token" - ] + "Authorization", + "x-organization-id", + "Content-Type", + "Accept", + "Origin", + "User-Agent", + "DNT", + "Cache-Control", + "X-Mx-ReqToken", + "Keep-Alive", + "X-Requested-With", + "If-Modified-Since", + "X-CSRF-Token" + ] # Zitadel Configuration