Merge branch 'fe/develop' into fe/feat/144-queries
This commit is contained in:
commit
07eadc03f6
@ -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 = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user