Update file SiteController.java

This commit is contained in:
Madeleine Stamp
2026-04-23 16:42:38 -06:00
parent c1883a3f8d
commit 2b1d880e48
@@ -42,7 +42,7 @@ public class SiteController {
model.addAttribute("recipes", userService.getFavoriteRecipesByUsername(principal.getName()));
}
return "home";
return "redirect:/explore";
}
@GetMapping("/login")