Skip to content

Commit

Permalink
chore: change api domain
Browse files Browse the repository at this point in the history
  • Loading branch information
rednez committed Jan 2, 2024
1 parent 14d8dc6 commit 79cfb83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## The web app for spending accounting

See [ispent.online](https://ispent.online)
See [ispent.online](https://ispent.com.ua)

### Development

Expand Down
2 changes: 1 addition & 1 deletion apps/front/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const environment = {
appId: '1:433398024438:web:3da31e825e2679b4d7c4d7',
},
apollo: {
uri: 'https://api.ispent.online/graphql',
uri: 'https://api.ispent.com.ua/graphql',
},
production: true,
};
2 changes: 1 addition & 1 deletion apps/front/src/environments/environment.staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const environment = {
appId: '1:26628203603:web:3966de5c057665d39b52a6',
},
apollo: {
uri: 'https://api-stage.ispent.online/graphql',
uri: 'https://api-stage.ispent.com.ua/graphql',
},
production: false,
};
Expand Down

0 comments on commit 79cfb83

Please sign in to comment.