mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Merge pull request #19282 from BerriAI/yj_ui_test_branch
[Fix] UI - Deleted Teams Endpoint Fix
This commit is contained in:
commit
3619fdce31
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