Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoyen05 committed Dec 24, 2024
1 parent 7840041 commit 24d2c49
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ public LakeController(LakeService lakeService) {
this.lakeService = lakeService;
}

@GetMapping("/main/search")
public String mainSearch() {
return "MapSearch/map-search";
}

@GetMapping("/main")
public String showMainPage(Model model,
@RequestParam(defaultValue = "0") int page,
Expand Down

0 comments on commit 24d2c49

Please sign in to comment.