feat: allow getting user profile via json api

This commit is contained in:
DJMrTV 2025-06-06 12:49:16 +02:00
commit 82a81422d6
6 changed files with 21 additions and 8 deletions

View file

@ -149,6 +149,7 @@ async fn launch() -> _ {
nnid::provider::get_service_token,
nnid::mapped_ids::mapped_ids,
json_api::oauth::generate_token::generate_token,
json_api::users::profile::get_own_profile,
papi::login::login,
papi::user::get_user,
// graphql::graphiql,