We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca10906 commit 49fc004Copy full SHA for 49fc004
packages/demo/src/app/app.config.ts
@@ -16,7 +16,7 @@ export const appConfig: ApplicationConfig = {
16
17
return {
18
link: httpLink.create({
19
- uri: 'https://swapi-graphql.netlify.app/.netlify/functions/index',
+ uri: 'https://swapi-graphql.netlify.app/graphql',
20
}),
21
cache: new InMemoryCache(),
22
};
0 commit comments