diff --git a/imagecreator/backend/app/config.py b/imagecreator/backend/app/config.py index df8553b..6e05cba 100644 --- a/imagecreator/backend/app/config.py +++ b/imagecreator/backend/app/config.py @@ -12,7 +12,7 @@ class Settings(BaseSettings): REFRESH_TOKEN_EXPIRE_DAYS: int = 7 # CORS - CORS_ORIGINS: list[str] = ["http://localhost:3000"] + CORS_ORIGINS: list[str] = ["http://121.41.188.238:3600", "http://localhost:3600"] # LLM API Keys GEMINI_API_KEY: str = ""