Feat: Allow Deleting Account via JSON API
This commit is contained in:
parent
5b3a544bbb
commit
ce0c5032ba
3 changed files with 26 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue