forked from phoenix/litellm-mirror
(fix) ui - fix method not alowed error
This commit is contained in:
parent
ab8df9c284
commit
46b11324dd
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ export const userSpendLogsCall = async (
|
|||
|
||||
export const keyInfoCall = async (accessToken: String, keys: String[]) => {
|
||||
try {
|
||||
let url = proxyBaseUrl ? `${proxyBaseUrl}/v2/key/info` : `/key/info`;
|
||||
let url = proxyBaseUrl ? `${proxyBaseUrl}/v2/key/info` : `/v2/key/info`;
|
||||
|
||||
const response = await fetch(url, {
|
||||
method: "POST",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue