Fix build
This commit is contained in:
parent
95dc436bb3
commit
3266c237e9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fn main() {
|
|||
warp::serve(
|
||||
warp::get2()
|
||||
.and(warp::path("graphiql"))
|
||||
.and(juniper_warp::graphiql_handler("/graphql"))
|
||||
.and(juniper_warp::graphiql_filter("/graphql"))
|
||||
.or(homepage)
|
||||
.or(warp::path("graphql").and(graphql_filter))
|
||||
.with(log),
|
||||
|
|
Loading…
Reference in a new issue