barter-system

This commit is contained in:
Flatlogic Bot 2025-11-10 02:18:45 +00:00
parent d86f659d04
commit 40165f834e

View File

@ -31,7 +31,7 @@ async function loadDashboardData() {
// --- IMPORTANT --- // --- IMPORTANT ---
// Replace this URL with the actual URL of your Node.js backend API. // Replace this URL with the actual URL of your Node.js backend API.
// When running locally, your Node.js server might be on a different port. // When running locally, your Node.js server might be on a different port.
const backendApiUrl = 'http://localhost:4000/api/transactions'; const API_URL = 'http://localhost:4000/api/trades/received';
try { try {
const response = await fetch(backendApiUrl); const response = await fetch(backendApiUrl);