Skip to content

Commit

Permalink
유저 정보 불러오기 수정 + 더보기 페이지 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcgrdn committed Nov 27, 2024
1 parent 244d6ce commit 6c752d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/axios.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios, { AxiosInstance } from "axios";
import Cookies from "js-cookie"; // 쿠키 처리를 위해 js-cookie 라이브러리 추천
import Cookies from "js-cookie";

const createAxiosInstance = (): AxiosInstance => {
const instance = axios.create({
Expand Down

0 comments on commit 6c752d4

Please sign in to comment.