change function name back
This commit is contained in:
parent
4958074aa1
commit
2a1b4f8014
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ fn build_own_profile(user: User) -> Ds<Xml<GetOwnProfileData>> {
|
||||||
|
|
||||||
|
|
||||||
#[put("/v1/api/people/@me/miis/@primary", data = "<data>")]
|
#[put("/v1/api/people/@me/miis/@primary", data = "<data>")]
|
||||||
pub async fn refresh_mii_images(
|
pub async fn change_mii(
|
||||||
database: &State<Pool>,
|
database: &State<Pool>,
|
||||||
s3: &State<S3ClientState>,
|
s3: &State<S3ClientState>,
|
||||||
auth: Auth<false>,
|
auth: Auth<false>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue