We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
juniper_actix
1 parent 717c202 commit 4c76e93Copy full SHA for 4c76e93
juniper_actix/examples/actix_server.rs
@@ -94,10 +94,10 @@ fn schema() -> Schema {
94
}
95
96
async fn graphiql_route() -> Result<HttpResponse, Error> {
97
- graphiql_handler("/graphgl", None).await
+ graphiql_handler("/graphql", None).await
98
99
async fn playground_route() -> Result<HttpResponse, Error> {
100
- playground_handler("/graphgl", None).await
+ playground_handler("/graphql", None).await
101
102
async fn graphql_route(
103
req: actix_web::HttpRequest,
0 commit comments