From a2e5bc2a5487be03f4f6f0aade33972e0588dd2d Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Mon, 6 Oct 2025 23:19:30 +0530 Subject: [PATCH] registry/config.yml fixes --- registry/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/registry/config.yml b/registry/config.yml index 4240159..d8813b2 100644 --- a/registry/config.yml +++ b/registry/config.yml @@ -5,7 +5,8 @@ log: http: addr: :5000 headers: - Access-Control-Allow-Origin: "https://registry.aetoskia.com" + Access-Control-Allow-Origin: + - https://registry.aetoskia.com Access-Control-Allow-Methods: - GET - POST