barter-system
This commit is contained in:
parent
d86f659d04
commit
40165f834e
@ -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:4000/api/transactions';
|
||||
const API_URL = 'http://localhost:4000/api/trades/received';
|
||||
|
||||
try {
|
||||
const response = await fetch(backendApiUrl);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user