clean up
This commit is contained in:
@@ -37,8 +37,6 @@ export async function fetchServer<T = unknown>(
|
||||
// Get the complete backend URL using the utility function
|
||||
const url = getServerApiUrl(endpoint);
|
||||
|
||||
console.log(`Making server request to: ${url}`);
|
||||
|
||||
// Make the request with proper auth headers
|
||||
const res = await fetch(url, {
|
||||
...options,
|
||||
|
||||
Reference in New Issue
Block a user