feat: thing
This commit is contained in:
parent
1f1360760a
commit
d151100ecd
3 changed files with 7 additions and 2 deletions
|
|
@ -399,4 +399,9 @@ pub async fn change_mii(
|
|||
println!("Successfully updated Mii data for PID {}", pid);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[post("/v1/api/people/@me/agreements")]
|
||||
pub async fn thing(){
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue