diff --git a/public/react/src/modules/ec/ecCourseSupportSetting/index.js b/public/react/src/modules/ec/ecCourseSupportSetting/index.js index 7615814b..67c78d1d 100644 --- a/public/react/src/modules/ec/ecCourseSupportSetting/index.js +++ b/public/react/src/modules/ec/ecCourseSupportSetting/index.js @@ -84,7 +84,7 @@ class EcCourseSupportSetting extends Component { fetchCourseTargets = () => { const ec_course_id = this.props.match.params.ec_course_id; - const url = `/ec_courses/${ec_course_id}/ec_course_support_setting.json` + const url = `/ec_courses/${ec_course_id}/ec_course_support_setting_data.json` axios.get(url, { })