diff --git a/src/auth/auth.controller.ts b/src/auth/auth.controller.ts index aa4e148..376eb40 100644 --- a/src/auth/auth.controller.ts +++ b/src/auth/auth.controller.ts @@ -30,6 +30,6 @@ export class AuthController { maxAge: 3600000, }); - res.redirect('http://localhost:3000/learn'); + res.redirect('http://localhost:3000'); } }