Skip to content

Commit c83e26b

Browse files
authored
Merge pull request #652 from topcoder-platform/disable_uof
Disable the UOF / earn routes since that app is on hold
2 parents beee43c + e73fbfc commit c83e26b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/apps/platform/src/platform.routes.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
/* eslint-disable ordered-imports/ordered-imports */
12
import { lazyLoad, LazyLoadedComponent, PlatformRoute } from '~/libs/core'
23
import { learnRoutes } from '~/apps/learn'
34
import { devCenterRoutes } from '~/apps/dev-center'
45
import { gamificationAdminRoutes } from '~/apps/gamification-admin'
5-
import { earnRoutes } from '~/apps/earn'
6+
// import { earnRoutes } from '~/apps/earn'
67
import { selfServiceRoutes } from '~/apps/self-service'
78
import { profilesRoutes } from '~/apps/profiles'
89
import { talentSearchRoutes } from '~/apps/talent-search'
@@ -24,7 +25,7 @@ export const platformRoutes: Array<PlatformRoute> = [
2425
// that matches the current path
2526
...selfServiceRoutes,
2627
...devCenterRoutes,
27-
...earnRoutes,
28+
// ...earnRoutes,
2829
...learnRoutes,
2930
...gamificationAdminRoutes,
3031
...talentSearchRoutes,

0 commit comments

Comments
 (0)