change function name back

This commit is contained in:
Andrea Toska 2025-04-27 11:05:49 +02:00
commit 2a1b4f8014
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2

View file

@ -381,7 +381,7 @@ fn build_own_profile(user: User) -> Ds<Xml<GetOwnProfileData>> {
#[put("/v1/api/people/@me/miis/@primary", data = "<data>")]
pub async fn refresh_mii_images(
pub async fn change_mii(
database: &State<Pool>,
s3: &State<S3ClientState>,
auth: Auth<false>,