diff --git a/src/routes/v2/users.rs b/src/routes/v2/users.rs index bda8ccc2..250a3a80 100644 --- a/src/routes/v2/users.rs +++ b/src/routes/v2/users.rs @@ -198,7 +198,7 @@ pub async fn collections_list( } } -#[get("{user_id}/organizatons")] +#[get("{user_id}/organizations")] pub async fn orgs_list( req: HttpRequest, info: web::Path<(String,)>,