본문 바로가기

let's get IT with DAVINA 💻

검색하기
let's get IT with DAVINA 💻
프로필사진 다빈치코드💎

  • 분류 전체보기 (115)
    • 서비스 기획 (0)
      • BOOK_SUMMARY (0)
    • Project (9)
      • 왜 가? (8)
      • Error Issue (1)
    • PM_VIN (17)
      • 인프런 (13)
    • DEV_IN (89)
      • React (11)
      • TypeScript (7)
      • JavaScript (6)
      • Library (2)
      • Git&Github (7)
      • HTML (2)
      • CSS (6)
      • Deploy (1)
      • Algorithm (13)
      • 문제풀이 (28)
      • 기술면접대비 (6)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Project/Error Issue (1)

let's get IT with DAVINA 💻

axios.post() vs axios({method:post})

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
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바