feat: thing
This commit is contained in:
parent
1f1360760a
commit
d151100ecd
3 changed files with 7 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ async fn launch() -> _ {
|
||||||
json_api::users::mii::get_mii_data_by_pid,
|
json_api::users::mii::get_mii_data_by_pid,
|
||||||
papi::login::login,
|
papi::login::login,
|
||||||
papi::user::get_user,
|
papi::user::get_user,
|
||||||
|
nnid::people::thing,
|
||||||
// graphql::graphiql,
|
// graphql::graphiql,
|
||||||
// graphql::playground,
|
// graphql::playground,
|
||||||
graphql::get_graphql,
|
graphql::get_graphql,
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ const ACCOUNT_ID_OR_PASSWORD_ERRORS: Errors = Errors{
|
||||||
const ACCOUNT_BANNED_ERRORS: Errors = Errors{
|
const ACCOUNT_BANNED_ERRORS: Errors = Errors{
|
||||||
error: &[
|
error: &[
|
||||||
Error{
|
Error{
|
||||||
code: "0122",
|
code: "0123",
|
||||||
message: "Device has been banned by game server"
|
message: "Device has been banned by game server"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -400,3 +400,8 @@ pub async fn change_mii(
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[post("/v1/api/people/@me/agreements")]
|
||||||
|
pub async fn thing(){
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue