forked from phoenix/litellm-mirror
fix: export npm build into proxy
This commit is contained in:
parent
e36566a212
commit
0874c17a31
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