remove playground and graphiql from main.rs
This commit is contained in:
parent
cc20eac02b
commit
00c875cd6d
1 changed files with 2 additions and 3 deletions
|
|
@ -185,9 +185,8 @@ async fn launch() -> _ {
|
||||||
nnid::mapped_ids::mapped_ids,
|
nnid::mapped_ids::mapped_ids,
|
||||||
papi::login::login,
|
papi::login::login,
|
||||||
papi::user::get_user,
|
papi::user::get_user,
|
||||||
//graphql
|
// graphql::graphiql,
|
||||||
graphql::graphiql,
|
// graphql::playground,
|
||||||
graphql::playground,
|
|
||||||
graphql::get_graphql,
|
graphql::get_graphql,
|
||||||
graphql::post_graphql,
|
graphql::post_graphql,
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue