From 0957c18d21cab7df6bf2a277de72b14aeb3456e1 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Wed, 13 May 2026 16:26:26 -0500 Subject: [PATCH] forgor comma --- config/runtime.exs | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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