Skip to content

Commit d63d9b7

Browse files
chore: update base route path to match old paths (#797)
1 parent 0632525 commit d63d9b7

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

site.config.dev.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const siteConfig: SiteConfig = {
1313
logoutUrl: 'http://local.openedx.io:8000/logout',
1414

1515
environment: EnvironmentTypes.DEVELOPMENT,
16-
basename: '/learner-dashboard',
1716
apps: [
1817
shellApp,
1918
headerApp,

site.config.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const siteConfig: SiteConfig = {
1111
logoutUrl: 'http://localhost:8000/logout',
1212

1313
environment: EnvironmentTypes.TEST,
14-
basename: '/learner-dashboard',
1514
apps: [{
1615
appId,
1716
config: {

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)