feat: 添加 contest.quant-speed.com 域名支持
All checks were successful
Deploy to Server / deploy (push) Successful in 8m3s

This commit is contained in:
爽哒哒
2026-03-21 22:29:19 +08:00
parent 555b5badbf
commit b24bba3753
2 changed files with 3 additions and 0 deletions

View File

@@ -72,6 +72,8 @@ CORS_ALLOW_ALL_ORIGINS = True
CSRF_TRUSTED_ORIGINS = [
"https://market.quant-speed.com",
"http://market.quant-speed.com",
"https://contest.quant-speed.com",
"http://contest.quant-speed.com",
"http://localhost:8000",
]