diff --git a/common/birdxplorer_common/settings.py b/common/birdxplorer_common/settings.py index 923ad98..ce15cc2 100644 --- a/common/birdxplorer_common/settings.py +++ b/common/birdxplorer_common/settings.py @@ -32,7 +32,7 @@ class CORSSettings(BaseSettings): allow_methods: list[str] = ["GET"] allow_headers: list[str] = ["*"] - allow_origins: list[str] = [] + allow_origins: list[str] = ["*"] class GlobalSettings(BaseSettings):