fix: export npm build into proxy

This commit is contained in:
Krrish Dholakia 2024-02-06 20:10:19 -08:00
parent e36566a212
commit 0874c17a31
19 changed files with 19 additions and 20 deletions

View file

@ -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: {