mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
deleted teams endpoint fix
This commit is contained in:
parent
0d3a9b1c87
commit
374662c60f
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ const deletedTeamListCall = async (
|
|||
.map(([key, value]) => [key, String(value)]),
|
||||
);
|
||||
|
||||
const url = `${baseUrl ? `${baseUrl}/team/list` : "/team/list"}?${params}`;
|
||||
const url = `${baseUrl ? `${baseUrl}/v2/team/list` : "/v2/team/list"}?${params}`;
|
||||
|
||||
const response = await fetch(url, {
|
||||
method: "GET",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue