Skip to content

Commit

Permalink
Merge pull request #159 from Yanolza-Miniproject/fix/api
Browse files Browse the repository at this point in the history
개발 버전
  • Loading branch information
2YH02 authored Nov 30, 2023
2 parents 9ed3697 + 1a6cd10 commit c0abd5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/Auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const fetchSignin = async (data: SignInInputs) => {
});

const returnData = {
accessToken: response.headers["access-token"],
refreshToken: response.headers["refresh-token"],
accessToken: response.headers["access_token"],
refreshToken: response.headers["refresh_token"],
message: response.data.message,
memberId: response.data.data.memberId,
nickname: response.data.data.nickname,
Expand Down

0 comments on commit c0abd5c

Please sign in to comment.