|
const { method = "GET", url, headers = {}, data = {}, body, ...other } = options;
|
|
const { method = "GET", url, headers = {}, data = {}, body, ...other } = options;
|
|
const response = await fetch(`${config.NEXT_PUBLIC_BASE_URL}${url}`, {
|
|
const response = await fetch(`${config.NEXT_PUBLIC_BASE_URL}${url}`, {
|