Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: api response 변경 #134

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Conversation

smb0123
Copy link
Collaborator

@smb0123 smb0123 commented Dec 8, 2024

PR 유형

  • 새로운 기능 추가
  • 버그 수정
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제
  • 기타 (아래에 상세 내용 기입)

변경 사항 요약

  • api 응답에 대한 타입을 지정했습니다.
  • api 응답이 변경돼서 코드를 변경했습니다.
  • 일부 useQuery를 useSuspenseQuery로 변경하였습니다.

관련 이슈

close #130

체크리스트

  • 코드가 제대로 작동하는지 확인
  • 빌드를 통과하였는지 확인

@smb0123 smb0123 added feat 기능 추가 refactor refactor labels Dec 8, 2024
@smb0123 smb0123 requested a review from suuuin December 8, 2024 02:31
@smb0123 smb0123 self-assigned this Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 추가 refactor refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: api 응답 형식 변경으로 인한 응답 값 수정
1 participant