From cb5246610d7b36c6a75fbdf301fd228f14d7e3b7 Mon Sep 17 00:00:00 2001 From: Syco21 Date: Fri, 27 Mar 2026 20:01:27 +0100 Subject: [PATCH] Revert "change to /api" This reverts commit 3996749ad894b9723d004bb7968de85394c904db. --- src/services/api.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/api.jsx b/src/services/api.jsx index 445760d..661c333 100644 --- a/src/services/api.jsx +++ b/src/services/api.jsx @@ -1,4 +1,4 @@ -const API_BASE = '/api'; // Backend URL +const API_BASE = 'http://192.168.178.41:3000'; // Backend URL export async function fetchCards() { const response = await fetch(`${API_BASE}/exportCards`);