Skip to content

Commit 49fc004

Browse files
committed
Use working API endpoint
1 parent ca10906 commit 49fc004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demo/src/app/app.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const appConfig: ApplicationConfig = {
1616

1717
return {
1818
link: httpLink.create({
19-
uri: 'https://swapi-graphql.netlify.app/.netlify/functions/index',
19+
uri: 'https://swapi-graphql.netlify.app/graphql',
2020
}),
2121
cache: new InMemoryCache(),
2222
};

0 commit comments

Comments
 (0)