Skip to content

Commit 757fe53

Browse files
committed
TCA-1281 - set domain for gamification admin
1 parent a20c2bb commit 757fe53

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)