diff --git a/src/services/api.jsx b/src/services/api.jsx index 82483c6..fb0380f 100644 --- a/src/services/api.jsx +++ b/src/services/api.jsx @@ -1,4 +1,4 @@ -const API_BASE = 'http://http://192.168.178.41:3000'; // Backend URL +const API_BASE = 'http://192.168.178.41:3000'; // Backend URL export async function fetchCards() { const response = await fetch(`${API_BASE}/exportCards`);