From 5f79863698c284a3d558b323852f4e897ad3af68 Mon Sep 17 00:00:00 2001 From: girinb Date: Tue, 15 Jul 2025 22:23:43 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=8C=EB=9E=9C=20=ED=83=9C=EA=B7=B8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/plan_page.dart | 2 +- lib/plan_page_detail.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/plan_page.dart b/lib/plan_page.dart index 4d31804..7713db3 100644 --- a/lib/plan_page.dart +++ b/lib/plan_page.dart @@ -24,7 +24,7 @@ class _PlanPageState extends State { Future> _fetchPlanData() async { // HomePage와 동일한 API 주소를 사용합니다. final response = await http - .get(Uri.parse('https://helloworld2-ad2uqhckxq-uc.a.run.app')); + .get(Uri.parse('https://helloworld6-ad2uqhckxq-uc.a.run.app')); if (response.statusCode == 200) { final Map decodedJson = json.decode(response.body); diff --git a/lib/plan_page_detail.dart b/lib/plan_page_detail.dart index d20a9ad..b6d4a3e 100644 --- a/lib/plan_page_detail.dart +++ b/lib/plan_page_detail.dart @@ -254,7 +254,7 @@ class _PlanPageDetailState extends State { ), const SizedBox(height: 6), Text( - item.lessonTag, + item.lessonName, style: const TextStyle( fontSize: 13, fontWeight: FontWeight.w500),