Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Mar 4, 2022
1 parent e15dd4b commit 9ef766f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Alert and Notification

<br/><br/>

# Explore more features at: ( [avidtrader-client.co](https://app.avidtrader-client.co/forex/100/USD/EUR) )
# Explore more features at: ( [avidtrader.co](https://app.avidtrader.co/forex/100/USD/EUR) )
4 changes: 2 additions & 2 deletions apps/avidtrader-api/src/environments/environment.ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const i18nConfig: I18nConfig = {

export const environment = {
siteName: 'Avidtrader',
siteUrl: 'https://avidtrader-client.co',
siteSupportEmail: 'support@avidtrader-client.co',
siteUrl: 'https://avidtrader.co',
siteSupportEmail: 'support@avidtrader.co',
production: false,
port: 4401,
prefix: 'avidtrader-api',
Expand Down
4 changes: 2 additions & 2 deletions apps/avidtrader-api/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const i18nConfig: I18nConfig = {

export const environment = {
siteName: 'Avidtrader',
siteUrl: 'https://avidtrader-client.co',
siteSupportEmail: 'support@avidtrader-client.co',
siteUrl: 'https://avidtrader.co',
siteSupportEmail: 'support@avidtrader.co',
production: false,
port: 4301,
prefix: 'avidtrader-api',
Expand Down

0 comments on commit 9ef766f

Please sign in to comment.