From d5594b03e38ac5c1f77313172a827ef0b374c72d Mon Sep 17 00:00:00 2001 From: Jackson Kruger Date: Tue, 31 Oct 2023 10:58:05 -0500 Subject: [PATCH] Fix organizations route typo (#743) --- src/routes/v2/users.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,)>,