We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3778156 commit 8d86e6dCopy full SHA for 8d86e6d
src/discussions/data/api.js
@@ -5,7 +5,7 @@ ensureConfig([
5
'LMS_BASE_URL',
6
], 'Posts API service');
7
8
-export const getCourseConfigApiUrl = () => `${getConfig().LMS_BASE_URL}/api/discussion/v1/courses/`;
+export const getCourseConfigApiUrl = () => `${getConfig().LMS_BASE_URL}/api/discussion/v2/courses/`;
9
export const getDiscussionsConfigUrl = (courseId) => `${getCourseConfigApiUrl()}${courseId}/`;
10
/**
11
* Get discussions course config
0 commit comments