Skip to content

Commit

Permalink
fix: 🐛 update rooturl
Browse files Browse the repository at this point in the history
  • Loading branch information
yeukfei02 committed Dec 15, 2020
1 parent 4721404 commit 0d8f2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const theme = {
};

const client = new ApolloClient({
uri: 'https://uak501unl4.execute-api.ap-southeast-1.amazonaws.com/v1/',
uri: 'https://sxbyrgxzxe.execute-api.ap-southeast-1.amazonaws.com/prod/',
cache: new InMemoryCache(),
defaultOptions: {
watchQuery: {
Expand Down

0 comments on commit 0d8f2e4

Please sign in to comment.