Revert "change to /api"

This reverts commit 3996749ad8.
This commit is contained in:
2026-03-27 20:01:27 +01:00
parent 3996749ad8
commit cb5246610d
+1 -1
View File
@@ -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`);