Skip to content

Commit f6601b6

Browse files
authored
refactor: kakao url 수정
1 parent ae05279 commit f6601b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const Route = createFileRoute("/")({
1414
component: Home,
1515
});
1616

17-
const KAKAO_LOGIN_URL = `https://dev-api.holdy.kr/login/kakao?redirect_uri=${window.location.origin}/oauth2/redirect`;
17+
const KAKAO_LOGIN_URL = `https://api.holdy.kr/login/kakao?redirect_uri=${window.location.origin}/oauth2/redirect`;
1818

1919
function Home() {
2020
const pagination: PaginationOptions = {

0 commit comments

Comments
 (0)