1
0

Fix incorrect route for team fetching

This commit is contained in:
Geometrically
2020-12-26 12:20:23 -07:00
parent cb5250527b
commit 42c46d7d5c

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