You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: 토큰 만료로 reissue 실패시 로그아웃 안되는 문제 해결
* fix: reissue 에러 시 에러 처리 안되는 문제 해결
- client.ts의 interceptors.response.use 구문 내에서 api 호출및 데이터 가공을 함수 밖으로 꺼냄
* fix: mailbox에서 isClosed 옵션 반대로 보여주는 문제 해결
- isClosed 상태를 반대로 받아와서 상태를 잘못 보여주는 문제 해결
* fix: 401 에러가 아닌 경우 바로 로그아웃 되는 문제 해결
* FIx: format date 로직 수정
- 소숫점 이하 자리로 인해 에러가 날 경우가 있을 것 같아서 . 기준 split 추가
* fix: mailBox 배포 api에 따른 수정 작업
- sharePost 요청 요청자 id 삭제
- 상세 페이지 api 경로 수정
- 우편함 상세체이지 날짜 잘못표기하는 에러 수정
---------
Co-authored-by: nirii00 <[email protected]>
0 commit comments