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