diff --git a/frontend/src/components/Home/index.tsx b/frontend/src/components/Home/index.tsx index 701ffd3..1f22cbc 100644 --- a/frontend/src/components/Home/index.tsx +++ b/frontend/src/components/Home/index.tsx @@ -30,7 +30,7 @@ export default function Home() { } const handleGoogleSignIn = () => { - window.location.href = `${BASE_URL}/login/oauth2/authorization/google`; + window.location.href = `${BASE_URL}/api/login/oauth2/authorization/google`; }; const handleStart = () => {