Skip to content

Commit a6c5f87

Browse files
committed
fix: external route roles in dev mode
1 parent f1d18c4 commit a6c5f87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site.config.dev.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ const siteConfig: SiteConfig = {
2222
],
2323
externalRoutes: [
2424
{
25-
role: 'profile',
25+
role: 'org.openedx.frontend.role.profile',
2626
url: 'http://apps.local.openedx.io:1995/profile/'
2727
},
2828
{
29-
role: 'account',
29+
role: 'org.openedx.frontend.role.account',
3030
url: 'http://apps.local.openedx.io:1997/account/'
3131
},
3232
{
33-
role: 'logout',
33+
role: 'org.openedx.frontend.role.logout',
3434
url: 'http://local.openedx.io:8000/logout'
3535
},
3636
],

0 commit comments

Comments
 (0)