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: Vite '@' 경로 별칭 설정&적용 + Feat: API Rotation 토큰 대응 #62

Merged
merged 4 commits into from
Oct 15, 2024

Conversation

whitedev7773
Copy link
Collaborator

@whitedev7773 whitedev7773 commented Oct 14, 2024

Description

  • Vite 별칭 추가 및 적용
  • API Rotation 토큰 시스템 대응
  • fetch -> axios 수정

Changes

  • ../../../ 로 사용되던 import문을 @의 별칭으로 수정
  • ./로 1step만 뒤로 가는건 변경 X (몇몇은 발견 못하고 그냥 @ 적용해버렸을 수 있음)
  • API 요청 시 토큰이 만료되어 401 또는 403 에러를 받으면 토큰 재요청

Test Checklist

  • 별칭이 잘못 적용된 곳이 존재하는지 체크
  • API가 정상작동하는지 체크

@whitedev7773 whitedev7773 changed the title Refactor: Vite '@' 경로 별칭 설정&적용 Refactor: Vite '@' 경로 별칭 설정&적용 + Feat: API Rotation 토큰 대응 Oct 14, 2024
@whitedev7773 whitedev7773 self-assigned this Oct 14, 2024
@whitedev7773 whitedev7773 added the enhancement New feature or request label Oct 14, 2024
@Village-GG-Water Village-GG-Water merged commit e772856 into dev Oct 15, 2024
1 check passed
@Village-GG-Water Village-GG-Water deleted the refactor/vite-alias branch October 15, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants