diff options
-rw-r--r-- | kubernetes/namespaces/merch/configmap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/merch/configmap.yaml b/kubernetes/namespaces/merch/configmap.yaml index 0cc3b25..a52bedf 100644 --- a/kubernetes/namespaces/merch/configmap.yaml +++ b/kubernetes/namespaces/merch/configmap.yaml @@ -4,4 +4,4 @@ metadata: name: thallium-config-env namespace: merch data: - BACKEND_CORS_ORIGINS: "https://merch.pydis.wtf,https://merch.owlcorp.uk" + BACKEND_CORS_ORIGINS: '["https://merch.pydis.wtf","https://merch.owlcorp.uk"]' |