Learn how to handle exceptions from Axios when the http status is not 2xx. ... const response = await axios.get(SOME_URL); if(response.status === 404) ...
確定! 回上一頁