From d5b4bd52abc7f6847ca0677c5e741cfc428396d8 Mon Sep 17 00:00:00 2001 From: icurfer Date: Mon, 19 Jan 2026 22:11:53 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Flutter=20=EC=95=B1=20CORS=20origin=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - http://127.0.0.1:8080 추가 (Flutter 웹 개발) - http://192.168.0.202:8080 추가 (Flutter 웹 개발) Co-Authored-By: Claude Opus 4.5 --- blog_prj/settings.py | 2 ++ version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/blog_prj/settings.py b/blog_prj/settings.py index 543d0b3..6d4934e 100644 --- a/blog_prj/settings.py +++ b/blog_prj/settings.py @@ -132,7 +132,9 @@ MIDDLEWARE = [ CORS_ALLOWED_ORIGINS = [ "http://localhost:3000", "http://127.0.0.1:3000", + "http://127.0.0.1:8080", "http://192.168.0.100:3000", + "http://192.168.0.202:8080", "https://demo.test", "http://demo.test", "https://www.demo.test", diff --git a/version b/version index ba00537..9cb76a8 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.10 \ No newline at end of file +v0.0.11 \ No newline at end of file