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::serve(
|
||||||
warp::get2()
|
warp::get2()
|
||||||
.and(warp::path("graphiql"))
|
.and(warp::path("graphiql"))
|
||||||
.and(juniper_warp::graphiql_handler("/graphql"))
|
.and(juniper_warp::graphiql_filter("/graphql"))
|
||||||
.or(homepage)
|
.or(homepage)
|
||||||
.or(warp::path("graphql").and(graphql_filter))
|
.or(warp::path("graphql").and(graphql_filter))
|
||||||
.with(log),
|
.with(log),
|
||||||
|
|
Loading…
Add table
Reference in a new issue