mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix: export npm build into proxy
This commit is contained in:
parent
c68764005d
commit
c43baff5c9
19 changed files with 19 additions and 20 deletions
|
@ -73,7 +73,7 @@ export const keyDeleteCall = async (accessToken: String, user_key: String) => {
|
|||
try {
|
||||
const url = proxyBaseUrl ? `${proxyBaseUrl}/key/delete` : `/key/delete`;
|
||||
console.log("in keyDeleteCall:", user_key);
|
||||
|
||||
message.info("Making key delete request");
|
||||
const response = await fetch(url, {
|
||||
method: "POST",
|
||||
headers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue