Skip to content

Commit

Permalink
fix: apollo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chkhikvadze committed Oct 27, 2023
1 parent 221c53d commit e1bccdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ui/src/hooks/useApollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ const useApollo = () => {
const restLink = new RestLink({
endpoints: {
account: `${import.meta.env.REACT_APP_ACCOUNT_SERVICES_URL}`,
ui: `${import.meta.env.REACT_APP_ACCOUNT_SERVICES_URL}`,
pro: `${import.meta.env.REACT_APP_PR_SERVICES_URL}`,
},
...authConfig,
Expand Down

0 comments on commit e1bccdc

Please sign in to comment.