|
|
const res = await fetch(`${baseUrl}${url}`, {
|
|
const res = await fetch(`${baseUrl}${url}`, {
|
|
|
headers: { ...headers, ...(options?.headers as Record<string, string> || {}) },
|
|
headers: { ...headers, ...(options?.headers as Record<string, string> || {}) },
|