Fix incorrect route for team fetching (#117)
* Fix invites failing * Fix incorrect route for team fetching
This commit is contained in:
parent
9b31ce83c5
commit
6996dfcd3b
@ -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,)>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user