overhangio / tutor-mfe

This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.
GNU Affero General Public License v3.0
22 stars 95 forks source link

fix: Issue MFE_HOST url redirects to LMS_HOST #186

Closed hinakhadim closed 8 months ago

hinakhadim commented 9 months ago

This PR resolves the #185 . The MFE_HOST url without any MFE name in url redirects to the LMS_HOST url. Before it, the MFE_HOST responds with 204.

regisb commented 8 months ago

@arbrandes what do you think?