change to /api
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const API_BASE = 'http://192.168.178.41:3000'; // Backend URL
|
||||
const API_BASE = '/api'; // Backend URL
|
||||
|
||||
export async function fetchCards() {
|
||||
const response = await fetch(`${API_BASE}/exportCards`);
|
||||
|
||||
Reference in New Issue
Block a user