From 71fa1d37426284f8d78560affc0ba7e8ef0e6b3e Mon Sep 17 00:00:00 2001 From: icurfer Date: Mon, 2 Feb 2026 10:50:01 +0900 Subject: [PATCH] cors update --- nhn_prj/settings.py | 2 ++ version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nhn_prj/settings.py b/nhn_prj/settings.py index 6cec346..7eb02e6 100644 --- a/nhn_prj/settings.py +++ b/nhn_prj/settings.py @@ -136,6 +136,8 @@ CORS_ALLOWED_ORIGINS = [ "http://blog.sample.test", "https://www.icurfer.com", "https://icurfer.com", + "https://www.aipf01.shop", + "https://aipf01.shop", ] # 개발 환경에서 모든 origin 허용 (필요시) CORS_ALLOW_ALL_ORIGINS = bool(DEBUG) diff --git a/version b/version index 71ad83c..6778882 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.13 \ No newline at end of file +v0.0.14 \ No newline at end of file