clean up
This commit is contained in:
@@ -55,8 +55,6 @@ export async function clientFetch<T = any>(url: string, options: RequestInit = {
|
||||
// Normalize URL to ensure it uses the Next.js API proxy
|
||||
const fullUrl = normalizeApiUrl(url);
|
||||
|
||||
console.log(`Fetching URL: ${fullUrl}`);
|
||||
|
||||
const res = await fetch(fullUrl, {
|
||||
...options,
|
||||
headers,
|
||||
|
||||
Reference in New Issue
Block a user