fix: changed course export request to GET

This commit is contained in:
Jannat Patel
2026-04-09 20:20:53 +05:30
parent a4f8497988
commit 0f7a2d1975

View File

@@ -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',
},