Skip to content

Commit

Permalink
fix: route
Browse files Browse the repository at this point in the history
(cherry picked from commit 5feb487)
  • Loading branch information
dcoa authored and johanseto committed Apr 26, 2024
1 parent 4d9f255 commit 5a0b362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/constants/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { StrictDict } from 'utils';
import { getConfig } from '@edx/frontend-platform';
import { getConfig, getPath } from '@edx/frontend-platform';

export const routePath = `${getConfig().PUBLIC_PATH}:courseId`;
export const routePath = `${getPath(getConfig().PUBLIC_PATH)}:courseId`;

export const views = StrictDict({
grades: 'grades',
Expand Down

0 comments on commit 5a0b362

Please sign in to comment.