From 7614dcb88881d7b26d12bad554560dc2c25517b9 Mon Sep 17 00:00:00 2001 From: icurfer Date: Mon, 2 Feb 2026 10:47:01 +0900 Subject: [PATCH] cors update --- auth_prj/settings.py | 2 ++ version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/auth_prj/settings.py b/auth_prj/settings.py index 820ee06..8deee41 100644 --- a/auth_prj/settings.py +++ b/auth_prj/settings.py @@ -149,6 +149,8 @@ CORS_ALLOWED_ORIGINS = [ "http://blog.sample.test", "https://www.icurfer.com", "https://icurfer.com", + "https://www.aipf01.shop", + "https://aipf01.shop", ] # by.sdjo 2025-04-22 diff --git a/version b/version index 833ba72..a9914f8 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.34 \ No newline at end of file +v0.0.35 \ No newline at end of file