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 74afe4c commit 717c202Copy full SHA for 717c202
juniper_actix/examples/actix_server.rs
@@ -128,7 +128,7 @@ async fn main() -> std::io::Result<()> {
128
.wrap(middleware::Compress::default())
129
.wrap(middleware::Logger::default())
130
.service(
131
- web::resource("/graphgl")
+ web::resource("/graphql")
132
.route(web::post().to(graphql_route))
133
.route(web::get().to(graphql_route)),
134
)
0 commit comments