플랜 태그 변경

This commit is contained in:
girinb
2025-07-15 22:23:43 +09:00
parent bdcfd8497d
commit 5f79863698
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ class _PlanPageState extends State<PlanPage> {
Future<List<CaseStudyPlan>> _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<String, dynamic> decodedJson = json.decode(response.body);

View File

@@ -254,7 +254,7 @@ class _PlanPageDetailState extends State<PlanPageDetail> {
),
const SizedBox(height: 6),
Text(
item.lessonTag,
item.lessonName,
style: const TextStyle(
fontSize: 13,
fontWeight: FontWeight.w500),