cors update
All checks were successful
Build And Test / build-and-push (push) Successful in 55s

This commit is contained in:
2026-02-02 10:50:01 +09:00
parent 6207f6b83f
commit 71fa1d3742
2 changed files with 3 additions and 1 deletions

View File

@ -136,6 +136,8 @@ CORS_ALLOWED_ORIGINS = [
"http://blog.sample.test", "http://blog.sample.test",
"https://www.icurfer.com", "https://www.icurfer.com",
"https://icurfer.com", "https://icurfer.com",
"https://www.aipf01.shop",
"https://aipf01.shop",
] ]
# 개발 환경에서 모든 origin 허용 (필요시) # 개발 환경에서 모든 origin 허용 (필요시)
CORS_ALLOW_ALL_ORIGINS = bool(DEBUG) CORS_ALLOW_ALL_ORIGINS = bool(DEBUG)

View File

@ -1 +1 @@
v0.0.13 v0.0.14