mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
Update file SiteController.java
This commit is contained in:
@@ -42,7 +42,7 @@ public class SiteController {
|
||||
model.addAttribute("recipes", userService.getFavoriteRecipesByUsername(principal.getName()));
|
||||
}
|
||||
|
||||
return "home";
|
||||
return "redirect:/explore";
|
||||
}
|
||||
|
||||
@GetMapping("/login")
|
||||
|
||||
Reference in New Issue
Block a user