Skip to content

Commit 834372c

Browse files
committed
fix: demo http version of swapi
1 parent 89d7e25 commit 834372c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class Demo extends React.Component<null, null> {
3636
}
3737
}
3838

39-
const fetcher = getFetcher('http://swapi.apis.guru');
39+
const fetcher = getFetcher('https://swapi.apis.guru');
4040
let schema;
4141
getIntrospection(fetcher)
4242
.then(introspection => {

0 commit comments

Comments
 (0)