Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
SwapMarket committed Jan 16, 2025
1 parent 6f73e38 commit fe6b876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const broadcastToExplorer = async (
body: txHex,
};

const apiUrl = basePath + "/api/tx/";
const apiUrl = basePath + "/api/tx";
const response = await fetch(apiUrl, opts);
if (!response.ok) {
try {
Expand Down

0 comments on commit fe6b876

Please sign in to comment.