feat: link discussions feedback URL with feedback button (#29919)

* feat: link discussions feedback URL with feedback button
This commit is contained in:
Awais Ansari
2022-02-15 17:28:03 +05:00
committed by GitHub
parent d167ba3eab
commit 5a4cbc56ae
7 changed files with 18 additions and 3 deletions

View File

@@ -165,6 +165,9 @@ COURSE_AUTHORING_MICROFRONTEND_URL = 'http://localhost:2001'
################### FRONTEND APPLICATION DISCUSSIONS ###################
DISCUSSIONS_MICROFRONTEND_URL = 'http://localhost:2002'
################### FRONTEND APPLICATION DISCUSSIONS FEEDBACK URL###################
DISCUSSIONS_MFE_FEEDBACK_URL = None
################################# DJANGO-REQUIRE ###############################
# Whether to run django-require in debug mode.