updated api url

This commit is contained in:
2026-03-27 19:12:14 +01:00
parent 54d2380320
commit be95e11fa0
+1 -1
View File
@@ -1,4 +1,4 @@
const API_BASE = 'http://localhost: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`);