add /api proxy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:8080';
|
||||
const API_BASE_URL = import.meta.env.VITE_API_URL || '';
|
||||
|
||||
// Request deduplication cache
|
||||
const pendingRequests = new Map<string, Promise<unknown>>();
|
||||
|
||||
Reference in New Issue
Block a user