Skip to content

Commit

Permalink
Fixed Hot Chocolate Server Template
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Mar 10, 2023
1 parent 7267bbc commit 89378c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/v12/server/Program.cs
Expand Up @@ -8,4 +8,4 @@

app.MapGraphQL();

app.RunWithGraphQLCommands();
app.RunWithGraphQLCommands(args);

0 comments on commit 89378c2

Please sign in to comment.