Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Nov 18, 2024
1 parent f6572cc commit 24d0f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Samples.AzureFunctions/GraphQL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static IActionResult RunGraphQL(
return new GraphQLExecutionActionResult();
}

[FunctionName("Playground")]
[FunctionName("GraphiQL")]
public static IActionResult RunGraphiQL(
[HttpTrigger(AuthorizationLevel.Anonymous, "get")] HttpRequest request,
ILogger log)
Expand Down

0 comments on commit 24d0f9d

Please sign in to comment.