Skip to content

Commit

Permalink
fix: issue #30 /api/getBalance
Browse files Browse the repository at this point in the history
  • Loading branch information
reinamora137 committed May 19, 2024
1 parent 402d12d commit 4f42cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/store/wallet/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const disconnect = () => {
};

export const getBasicStampInfo = async (address: string) => {
const response = await fetch("/api/getStampsBalance", {
const response = await fetch("/api/v2/balance/getStampsBalance", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ address }),
Expand Down

0 comments on commit 4f42cd7

Please sign in to comment.