Skip to content

Commit 07dc78d

Browse files
committed
hotfix: env 변수명 수정
1 parent 98e8c16 commit 07dc78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/auth/components/AuthPageClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const toastService = ToastService.getInstance();
2929
const processSocialLogin = async ({ code, socialType, loginPath }: SocialLoginRequestParameter) => {
3030
try {
3131
const { data } = await axios.post(
32-
`${process.env.NEXT_PUBLIC_MATE_TEST_WEB_HOST_URL}/api/social-login`,
32+
`${process.env.NEXT_PUBLIC_META_TEST_WEB_HOST_URL}/api/social-login`,
3333
{
3434
code,
3535
socialType,

0 commit comments

Comments
 (0)