Skip to content

Commit

Permalink
Feat: 노션 api 연결 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Mar 15, 2024
1 parent 9ba1993 commit 3e0153d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apis/mypage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const getTotalAttendance = async (token: IToken) => {
const data = await authAxios
.get<ResponseData<UserAttendance[]>>(`/api/mypage/attendance`)
.then((res) => res.data.data);
console.log(data);
return data;
};

Expand Down

0 comments on commit 3e0153d

Please sign in to comment.