barter-system

This commit is contained in:
Flatlogic Bot 2025-11-09 17:35:56 +00:00
parent 3e0f5c216d
commit d86f659d04

View File

@ -31,7 +31,7 @@ async function loadDashboardData() {
// --- IMPORTANT ---
// 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.
const backendApiUrl = 'http://localhost:3001/api/transactions';
const backendApiUrl = 'http://localhost:4000/api/transactions';
try {
const response = await fetch(backendApiUrl);