diff --git a/delivery-kid/pinning-service/app/config.py b/delivery-kid/pinning-service/app/config.py index 9f49031..c11c1bf 100644 --- a/delivery-kid/pinning-service/app/config.py +++ b/delivery-kid/pinning-service/app/config.py @@ -47,7 +47,7 @@ class Settings(BaseSettings): "https://www.cryptograss.live", "https://pickipedia.xyz", ] - cors_origin_regex: str = r"https://\w+\d*\.hunter\.cryptograss\.live" + cors_origin_regex: str = r"https://[\w.-]+\.hunter\.cryptograss\.live" class Config: env_file = ".env"