Merge branch 'fe/develop' into fe/feat/144-queries

This commit is contained in:
jhynsoo 2024-09-14 21:31:37 +09:00
commit 07eadc03f6

View File

@ -30,7 +30,7 @@ export default function Home() {
} }
const handleGoogleSignIn = () => { const handleGoogleSignIn = () => {
window.location.href = `${BASE_URL}/login/oauth2/authorization/google`; window.location.href = `${BASE_URL}/api/login/oauth2/authorization/google`;
}; };
const handleStart = () => { const handleStart = () => {