forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow discussion client to use Forum V2 APIs
Added a setting FORUM_V2_REGEXS. It contains regex patterns for matching ForumV2 app URLs. The application will use the ForumV2 APIs if a ForumV1 URL matches any of these regex patterns. This setting is intended to help route traffic to the appropriate version of the Forum API based on the structure of the URL.
- Loading branch information
1 parent
f7be991
commit c2f4f99
Showing
2 changed files
with
72 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters