fix: Unify api route
All checks were successful
Build Docker / Build Image (push) Successful in 58s

This commit is contained in:
2025-06-26 12:34:46 +10:00
parent fe960c0c2b
commit a8c7dbe716
3 changed files with 44 additions and 52 deletions

View File

@@ -119,7 +119,7 @@
const loadingRow = document.getElementById('loading-row');
// Fetch transactions
fetch(`/api/v1/transactions?page=${page}`)
fetch(`/api/v1/wallet/transactions?page=${page}`)
.then(response => response.json())
.then(data => {
if (data.error) {