Fix incorrect route for team fetching

This commit is contained in:
Geometrically 2020-12-26 12:20:23 -07:00
parent cb5250527b
commit 42c46d7d5c
No known key found for this signature in database
GPG Key ID: 90C056FDC8FC9FF0

View File

@ -148,7 +148,7 @@ pub async fn mods_list(
}
}
#[get("teams")]
#[get("{user_id}/teams")]
pub async fn teams(
req: HttpRequest,
info: web::Path<(UserId,)>,