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