Merge pull request #29388 from edx/fix--block-browser-404s
fix: remove block browser 404s.
This commit is contained in:
@@ -21,7 +21,7 @@ export function buildQueryString(data) {
|
||||
}
|
||||
|
||||
export const getCourseBlocks = courseId => fetch(
|
||||
`${COURSE_BLOCKS_API}/?${buildQueryString({
|
||||
`${COURSE_BLOCKS_API}?${buildQueryString({
|
||||
course_id: courseId,
|
||||
all_blocks: true,
|
||||
depth: 'all',
|
||||
|
||||
Reference in New Issue
Block a user