Fix endpoint name typo in juniper_actix
example (#976)
This commit is contained in:
parent
74afe4c04a
commit
717c202ba9
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ async fn main() -> std::io::Result<()> {
|
|||
.wrap(middleware::Compress::default())
|
||||
.wrap(middleware::Logger::default())
|
||||
.service(
|
||||
web::resource("/graphgl")
|
||||
web::resource("/graphql")
|
||||
.route(web::post().to(graphql_route))
|
||||
.route(web::get().to(graphql_route)),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue