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 6c752d4 commit aec6e00
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
Expand Up @@ -28,4 +28,4 @@ const createAxiosInstance = (): AxiosInstance => {
return instance;
};

export default createAxiosInstance;
export const api = createAxiosInstance();

0 comments on commit aec6e00

Please sign in to comment.