๋ชฉ๋กProject/Error Issue (1)
let's get IT with DAVINA ๐ป

try { await axios({ method: "post", url: `/member/wishlists?hotelId=${id}`, headers: { Authorization: localStorage.getItem("accessToken"), }, }); await axios.post(`/member/wishlists?hotelId=${id}`, undefined, { headers: { Authorization: localStorage.getItem("accessToken"), }, }); } catch (error) { console.error(error); } ๐ซ Error Issue wishlist (ํํธ๋ฅผ ๋๋ฅด๋ฉด ์ฐ๊ธฐ๋ฅ) ์ฒ์์ await axios.post( /member/wishlist..
Project/Error Issue
2023. 2. 9. 05:20