플랜 태그 변경
This commit is contained in:
@@ -24,7 +24,7 @@ class _PlanPageState extends State<PlanPage> {
|
|||||||
Future<List<CaseStudyPlan>> _fetchPlanData() async {
|
Future<List<CaseStudyPlan>> _fetchPlanData() async {
|
||||||
// HomePage와 동일한 API 주소를 사용합니다.
|
// HomePage와 동일한 API 주소를 사용합니다.
|
||||||
final response = await http
|
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) {
|
if (response.statusCode == 200) {
|
||||||
final Map<String, dynamic> decodedJson = json.decode(response.body);
|
final Map<String, dynamic> decodedJson = json.decode(response.body);
|
||||||
|
|||||||
@@ -254,7 +254,7 @@ class _PlanPageDetailState extends State<PlanPageDetail> {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 6),
|
const SizedBox(height: 6),
|
||||||
Text(
|
Text(
|
||||||
item.lessonTag,
|
item.lessonName,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 13,
|
fontSize: 13,
|
||||||
fontWeight: FontWeight.w500),
|
fontWeight: FontWeight.w500),
|
||||||
|
|||||||
Reference in New Issue
Block a user