From 9f9e6ec86cfc427b8c6557e39f77ca368d42f48c Mon Sep 17 00:00:00 2001 From: Syco21 Date: Fri, 27 Mar 2026 20:58:30 +0100 Subject: [PATCH] /api --- 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 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`);