Код: Выделить всё
axios
.get(`https://linkmanurl.vercel.app/api/click/getlink/${encryptedCode}`)
.then((response) => {
window.open(response.data.link, "_blank");
});
Подробнее здесь: https://stackoverflow.com/questions/797 ... hone-react
Код: Выделить всё
axios
.get(`https://linkmanurl.vercel.app/api/click/getlink/${encryptedCode}`)
.then((response) => {
window.open(response.data.link, "_blank");
});