mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
Update 6 files
- /src/main/java/com/example/demo/controller/SiteController.java - /src/main/resources/templates/home.html - /src/main/resources/templates/explore.html - /src/main/resources/templates/view-recipe.html - /src/main/resources/templates/public-profile.html - /src/main/resources/templates/my-profile.html
This commit is contained in:
@@ -27,7 +27,7 @@ public class SiteController {
|
||||
this.recipeService = recipeService;
|
||||
this.userService = userService;
|
||||
}
|
||||
|
||||
|
||||
@GetMapping("/")
|
||||
public String viewHomePage() {
|
||||
return "redirect:/explore";
|
||||
|
||||
Reference in New Issue
Block a user