const requestUrl = 'localhost:8080/add';
try {
const response = await axios.get(requestUrl);
console.log(response);
} ``` will this await work but any chance ?
Please format the code you posted, by wrapping it in triple backticks. -> `
nope
Обсуждают сегодня