Skip to content

Commit 1cb841f

Browse files
committed
fixed starwars URL
1 parent 8ae2637 commit 1cb841f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Linq2GraphQL.Docs/Components/GenerateClient.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected override void OnInitialized()
2727

2828
demoOptions.Add(new GenerateOptions
2929
{
30-
Url = "https://swapi-graphql.netlify.app/.netlify/functions/index",
30+
Url = "https://swapi-graphql.netlify.app/graphql",
3131
Namespace = "StarWars.Client",
3232
ClientName = "StarWarsClient"
3333
});

0 commit comments

Comments
 (0)