I\'ve tried to use fetch to call from backend using react, without libs (such as Axios). So I created this function:
export function api(url, method, body, i
i've solve this problem with adding my frontend url to whitelist cors of my backend code