mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
(fix) ui - fix method not alowed error
This commit is contained in:
parent
580034cf76
commit
bca8a15574
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[]) => {
|
export const keyInfoCall = async (accessToken: String, keys: String[]) => {
|
||||||
try {
|
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, {
|
const response = await fetch(url, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue