remove playground and graphiql from main.rs

This commit is contained in:
Andrea Toska 2025-05-12 11:28:03 +02:00
commit 00c875cd6d
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2

View file

@ -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,
]) ])