Skip to content

Commit

Permalink
Merge pull request #271 from andrefagl/fix-example-app-api-uri
Browse files Browse the repository at this point in the history
Fix rest API uri on example app
  • Loading branch information
fbartho authored Oct 26, 2020
2 parents 03b75d4 + d34764f commit 0969fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Person from './Person';
import './App.css';

const restLink = new RestLink({
uri: 'https://swapi.co/api/',
uri: 'https://swapi.dev/api/',
});

const client = new ApolloClient({
Expand Down

0 comments on commit 0969fe9

Please sign in to comment.