Feat: Allow Deleting Account via JSON API

This commit is contained in:
BloxerHD 2025-08-14 18:46:19 +01:00
commit ce0c5032ba
3 changed files with 26 additions and 1 deletions

View file

@ -151,6 +151,7 @@ async fn launch() -> _ {
json_api::oauth::generate_token::generate_token,
json_api::users::profile::get_own_profile,
json_api::users::mii::get_mii_data_by_pid,
json_api::users::delete::delete_account,
papi::login::login,
papi::user::get_user,
nnid::people::thing,