|
|
@ -84,7 +84,7 @@ class EcCourseSupportSetting extends Component {
|
|
|
|
fetchCourseTargets = () => {
|
|
|
|
fetchCourseTargets = () => {
|
|
|
|
const ec_course_id = this.props.match.params.ec_course_id;
|
|
|
|
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, {
|
|
|
|
axios.get(url, {
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|