fix: add CORS origin for remote IP access

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-24 15:46:21 +08:00
parent 2d786882eb
commit fba19d04b2
+1 -1
View File
@@ -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 = ""