mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-12-15 04:41:58 +09:00
Changed About page to Help
This commit is contained in:
@@ -518,10 +518,10 @@ public class DefaultDbAdminController {
|
||||
return "settings/settings";
|
||||
}
|
||||
|
||||
@GetMapping("/about")
|
||||
@GetMapping("/help")
|
||||
public String about(Model model) {
|
||||
model.addAttribute("activePage", "about");
|
||||
return "about";
|
||||
model.addAttribute("activePage", "help");
|
||||
return "help";
|
||||
}
|
||||
|
||||
@GetMapping("/settings/appearance")
|
||||
|
||||
Reference in New Issue
Block a user