Revert "url"

This reverts commit 4946dfadb3.
This commit is contained in:
2026-03-27 19:34:50 +01:00
parent 022d1fc110
commit 400c499cf2
+1 -1
View File
@@ -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() { export async function fetchCards() {
const response = await fetch(`${API_BASE}/exportCards`); const response = await fetch(`${API_BASE}/exportCards`);