From 400c499cf2e19308ecb0a0f34dc08ca180891050 Mon Sep 17 00:00:00 2001 From: Syco21 Date: Fri, 27 Mar 2026 19:34:50 +0100 Subject: [PATCH] Revert "url" This reverts commit 4946dfadb3dd8f31d0db4f89f141863abbf30191. --- 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 fb0380f..82483c6 100644 --- a/src/services/api.jsx +++ b/src/services/api.jsx @@ -1,4 +1,4 @@ -const API_BASE = 'http://192.168.178.41:3000'; // Backend URL +const API_BASE = 'http://http://192.168.178.41:3000'; // Backend URL export async function fetchCards() { const response = await fetch(`${API_BASE}/exportCards`);