Skip to content

Commit

Permalink
use https url
Browse files Browse the repository at this point in the history
  • Loading branch information
sabativi committed Dec 20, 2017
1 parent fb9d498 commit 734d339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SearchShow from './SearchShow';
import './App.css';

const restLink = new RestLink({
uri: 'http://api.tvmaze.com/',
uri: 'https://api.tvmaze.com/',
});

const client = new ApolloClient({
Expand Down

0 comments on commit 734d339

Please sign in to comment.