Skip to content

Commit 529ab32

Browse files
authored
Merge pull request #616 from topcoder-platform/TCA-1281_update-urls
TCA-1281 - set domain for gamification admin -> dev
2 parents 29195fb + 757fe53 commit 529ab32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-ts/tools/gamification-admin/gamification-admin.routes.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const gamificationAdminRoutes: ReadonlyArray<PlatformRoute> = [
3535
route: `${baseDetailPath}/:id`,
3636
},
3737
],
38+
domain: AppSubdomain.game,
3839
element: <GamificationAdmin />,
3940
hidden: true,
4041
id: toolTitle,

0 commit comments

Comments
 (0)