fix: external route roles in dev mode
This commit is contained in:
committed by
Adolfo R. Brandes
parent
f1d18c45e6
commit
a6c5f878ba
@@ -22,15 +22,15 @@ const siteConfig: SiteConfig = {
|
||||
],
|
||||
externalRoutes: [
|
||||
{
|
||||
role: 'profile',
|
||||
role: 'org.openedx.frontend.role.profile',
|
||||
url: 'http://apps.local.openedx.io:1995/profile/'
|
||||
},
|
||||
{
|
||||
role: 'account',
|
||||
role: 'org.openedx.frontend.role.account',
|
||||
url: 'http://apps.local.openedx.io:1997/account/'
|
||||
},
|
||||
{
|
||||
role: 'logout',
|
||||
role: 'org.openedx.frontend.role.logout',
|
||||
url: 'http://local.openedx.io:8000/logout'
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user