Skip to content

Commit

Permalink
fix : dvpnnft url
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikeshnimkar committed Sep 4, 2024
1 parent 94b0327 commit 58c1c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dvpnnft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const BaliDVPNNFTPage = () => {

setTimeout(async () => {
try {
const result = await axios.post(`${REACT_APP_GATEWAY_URL}api/v1.0/dvpnnft`, {
const result = await axios.post(`${REACT_APP_GATEWAY_URL}api/v1.0/dvpnnft/chain=evm`, {
wallet_address: walletAddress
});
setResponse(result.data);
Expand Down

0 comments on commit 58c1c92

Please sign in to comment.