Skip to content

Commit

Permalink
Merge pull request #29 from yeukfei02/dev
Browse files Browse the repository at this point in the history
fix: 🐛 update rooturl
  • Loading branch information
yeukfei02 authored Dec 15, 2020
2 parents 3b18fc5 + 0d8f2e4 commit ed796ff
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 ed796ff

Please sign in to comment.