Skip to content

Commit 6efcf80

Browse files
committed
MP-90 update platform-ui default URLs
1 parent a6e5cbc commit 6efcf80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/environments/default.env.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ export const STRIPE = {
4747
}
4848

4949
export const URLS = {
50-
ACCOUNT_SETTINGS: `${TOPCODER_URL}/settings/account`,
50+
ACCOUNT_SETTINGS: `https://account-settings.${TC_DOMAIN}/#account`,
5151
UNIVERSAL_NAV: `https://uni-nav.${TC_DOMAIN}/v1/tc-universal-nav.js`,
52-
USER_PROFILE: `${TOPCODER_URL}/members`,
52+
USER_PROFILE: `https://profile.${TC_DOMAIN}`,
5353
}
5454

5555
export const MEMBER_VERIFY_LOOKER = getReactEnv<number>('MEMBER_VERIFY_LOOKER', 3322)

0 commit comments

Comments
 (0)