Skip to content

Commit cb2b48d

Browse files
committed
Remove -v6 path
1 parent 6167afb commit cb2b48d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/shared/config/common.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export const CommonConfig = {
7575
'd-7d14d986ba0a4317b449164b73939910',
7676
},
7777
ui: {
78-
reviewUIUrl:
79-
process.env.REVIEW_UI_URL ?? 'https://review-v6.topcoder-dev.com',
78+
reviewUIUrl: process.env.REVIEW_UI_URL ?? 'https://review.topcoder-dev.com',
8079
},
8180
};

0 commit comments

Comments
 (0)