1
0

Fix organizations route typo (#743)

This commit is contained in:
Jackson Kruger
2023-10-31 10:58:05 -05:00
committed by GitHub
parent 89f1ddf4d7
commit d5594b03e3

View File

@@ -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,)>,