Skip to content

[CHORE] API경로 업데이트 - #13

Merged
oriNuguri25 merged 1 commit into
mainfrom
chore/#12/api경로업데이트
Dec 29, 2025

Hidden character warning

The head ref may contain hidden characters: "chore/#12/api\uacbd\ub85c\uc5c5\ub370\uc774\ud2b8"
Merged

[CHORE] API경로 업데이트 #13
oriNuguri25 merged 1 commit into
mainfrom
chore/#12/api경로업데이트

Conversation

@oriNuguri25

@oriNuguri25 oriNuguri25 commented Dec 24, 2025

Copy link
Copy Markdown
Contributor

📄 작업 내용 요약

API 경로가 모두v1/*으로 변경됨에 따라 baseURL의 경로를 수정하였습니다.
추가로 Login API 경로도 변경되어 함께 변경하였습니다

📎 Issue #12

Summary by CodeRabbit

  • Chores
    • Updated API endpoint paths for Kakao authentication integration.
    • Updated API base routing configuration to align with backend versioning scheme.

✏️ Tip: You can customize this high-level summary in your review settings.

@oriNuguri25
oriNuguri25 requested a review from hwangdae December 24, 2025 16:04
@oriNuguri25 oriNuguri25 self-assigned this Dec 24, 2025
@coderabbitai

coderabbitai Bot commented Dec 24, 2025

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

API endpoint paths are updated: the Kakao login endpoint moves from "/v2/app/oauth/kakao/login" to "/oauth/kakao/login", while the Axios instance baseURL is modified to include "/v1" versioning, routing all API requests through a new base path.

Changes

Cohort / File(s) Summary
API Routing Updates
src/features/login/model/LoginApi.ts, src/shared/api/axios.ts
Kakao login endpoint path simplified by removing "v2/app" prefix. Axios baseURL now includes "/v1" path segment, affecting all downstream API requests. Endpoint changes align with versioned API structure.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 A tweak to the paths where credentials flow,
From v2 and app to a sleeker show,
Now /v1 leads the API way,
Kakao bounces lighter today! 🌙


📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Free

📥 Commits

Reviewing files that changed from the base of the PR and between 351c26c and 5272721.

📒 Files selected for processing (2)
  • src/features/login/model/LoginApi.ts
  • src/shared/api/axios.ts

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands and usage tips.

@oriNuguri25 oriNuguri25 assigned hwangdae and unassigned oriNuguri25 Dec 24, 2025
@oriNuguri25 oriNuguri25 added the 🛠️ Chore 기타 작업 (빌드, 라이브러리 업데이트 등) label Dec 24, 2025
@oriNuguri25 oriNuguri25 linked an issue Dec 24, 2025 that may be closed by this pull request
1 task
@oriNuguri25 oriNuguri25 assigned oriNuguri25 and unassigned hwangdae Dec 24, 2025

@hwangdae hwangdae left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다. replace를 활용해 주소 오류를 방지한 부분이 좋아 보입니다.

@oriNuguri25
oriNuguri25 merged commit bc281fd into main Dec 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️ Chore 기타 작업 (빌드, 라이브러리 업데이트 등)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CHORE] API 경로 업데이트

2 participants