feat: allow accessing mii data via json api

This commit is contained in:
DJMrTV 2025-07-09 21:15:44 +02:00
commit 087f1875e9
3 changed files with 26 additions and 1 deletions

View file

@ -150,8 +150,10 @@ async fn launch() -> _ {
nnid::mapped_ids::mapped_ids,
json_api::oauth::generate_token::generate_token,
json_api::users::profile::get_own_profile,
json_api::users::mii::get_mii_data_by_pid,
papi::login::login,
papi::user::get_user,
// graphql::graphiql,
// graphql::playground,
graphql::get_graphql,