Skip to content

Commit

Permalink
Merge pull request #9 from collie-jun/main
Browse files Browse the repository at this point in the history
Fix: 로그인 url 수정
  • Loading branch information
collie-jun authored Aug 23, 2024
2 parents 79bd06a + 874805b commit 179f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travelday-fe/src/pages/userPage/loginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import LogoImage from '../../images/logo/logo12.png'; // 로고 이미지 임포
const LoginPage = () => {

// OAuth 요청 URL
const kakaoURL = `https://api.thetravelday.co.kr/oauth2/authorization/kakao`;
const kakaoURL = `https://api.thetravelday.co.kr/login/oauth2/authorization/kakao`;

const handleLogin = () => {
window.location.href = kakaoURL;
Expand Down

0 comments on commit 179f810

Please sign in to comment.