feat: add discussions context to course blocks API (#29300)
Add a new course blocks transformer that adds discussion context for units.
This commit is contained in:
@@ -138,6 +138,7 @@ LMS_ROOT_URL = f"http://{LMS_BASE}"
|
||||
FEATURES['PREVIEW_LMS_BASE'] = "preview.localhost"
|
||||
|
||||
COURSE_AUTHORING_MICROFRONTEND_URL = "http://course-authoring-mfe"
|
||||
DISCUSSIONS_MICROFRONTEND_URL = "http://discussions-mfe"
|
||||
|
||||
CACHES = {
|
||||
# This is the cache used for most things. Askbot will not work without a
|
||||
|
||||
Reference in New Issue
Block a user