Commit 52b4a010 authored by tom's avatar tom

fix txs api url

parent 42bc98ab
...@@ -14,7 +14,7 @@ const TxsTab = ({ tab }: Props) => { ...@@ -14,7 +14,7 @@ const TxsTab = ({ tab }: Props) => {
queryName={ QueryKeys.transactions } queryName={ QueryKeys.transactions }
showDescription={ tab === 'validated' } showDescription={ tab === 'validated' }
stateFilter={ tab } stateFilter={ tab }
apiPath="/api/transactions" apiPath="/node-api/transactions"
/> />
); );
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment