diff --git a/projects/account/src/environments/environment.test.ts b/projects/account/src/environments/environment.test.ts index 4371857..646fb1b 100644 --- a/projects/account/src/environments/environment.test.ts +++ b/projects/account/src/environments/environment.test.ts @@ -7,6 +7,6 @@ export const environment = { account: 'https://account.mycroft-test.net', marketplace: 'https://market.mycroft-test.net', translate: 'https://translate-test.mycroft.ai', - wordpress: 'https://test.mycroft.ai' + wordPress: 'https://test.mycroft.ai' } };