Skip to content

Commit a0feb93

Browse files
committed
refactor: 카카로 리다이렉션 url 변경
1 parent b217347 commit a0feb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import apiInstance from '@/api/apiInstance';
44
import { membersInfoMock } from '@/api/mocks.ts';
55
import { ServerResponse } from '@/api/types';
66

7-
export const kakaoOauth2LoginUrl = `/oauth2/authorization/kakao`;
7+
export const kakaoOauth2LoginUrl = `https://api.codemonster.site/oauth2/authorization/kakao`;
88

99
type ProfileCommonArgs = {
1010
memberName: string;

0 commit comments

Comments
 (0)