This commit is contained in:
2026-07-22 13:44:37 +08:00
parent b41e1d6607
commit d111977023
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ class Settings(BaseSettings):
CAPTCHA_ENABLED: bool = True
BASE_URL: str = "http://ceshi.apiforeign.minzhong.cn"
BASE_URL: str = "http://ceshi.apiforeign.minzhongzc.com"
CORS_ORIGINS: list[str] = ["*"]