diff --git a/frontend/src/pages/Courses/CourseDetail.vue b/frontend/src/pages/Courses/CourseDetail.vue index cf3e1729..6cc5787a 100644 --- a/frontend/src/pages/Courses/CourseDetail.vue +++ b/frontend/src/pages/Courses/CourseDetail.vue @@ -158,7 +158,7 @@ const exportCourse = async () => { const response = await fetch( '/api/method/lms.lms.api.export_course_as_zip', { - method: 'POST', + method: 'GET', headers: { 'Content-Type': 'application/json', },