Skip to content

Commit

Permalink
fix: route
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Jan 5, 2024
1 parent b673401 commit 877a381
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 877a381

Please sign in to comment.