feat: thing

This commit is contained in:
Maple 2025-07-31 03:51:34 +02:00
commit d151100ecd
3 changed files with 7 additions and 2 deletions

View file

@ -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(){
}