This commit is contained in:
2026-03-27 20:58:30 +01:00
parent 6f8f8ac03d
commit 9f9e6ec86c
+1 -1
View File
@@ -1,4 +1,4 @@
const API_BASE = 'http://192.168.178.41:3000'; const API_BASE = '/api';
export async function fetchCards() { export async function fetchCards() {
const response = await fetch(`${API_BASE}/exportCards`); const response = await fetch(`${API_BASE}/exportCards`);