Skip to content

Commit c4fea4a

Browse files
committed
chore: updated base route path to match old paths
1 parent 35283df commit c4fea4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const routes = [
22
{
33
id: 'org.openedx.frontend.route.learnerDashboard.main',
4-
path: '/',
4+
path: '/learner-dashboard',
55
handle: {
66
role: 'org.openedx.frontend.role.dashboard'
77
},

0 commit comments

Comments
 (0)