Skip to content

Commit

Permalink
Fix the site configuration issue for mobile (#515)
Browse files Browse the repository at this point in the history
Co-authored-by: Anas-hameed <[email protected]>
  • Loading branch information
Anas-hameed and Anas-hmeed authored Mar 1, 2024
1 parent ef05cb4 commit ba27aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/features/edly/api/v1/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


router = routers.SimpleRouter()
router.register(r'courses/user_sites', UserSitesViewSet, base_name='user_sites')
router.register(r'user_sites', UserSitesViewSet, base_name='user_sites')
router.register(r'user_link_sites', MultisitesViewset, base_name='mutisite_access')

router.register(
Expand Down

0 comments on commit ba27aaf

Please sign in to comment.