sonar 대응

This commit is contained in:
현성필
2023-08-22 13:57:28 +09:00
parent 32a5719a12
commit 1063aaf19e
36 changed files with 188 additions and 243 deletions
@@ -8,6 +8,6 @@ public class HomeController {
@GetMapping("/")
public String home() {
return "index";
return "redirect:/mgmt/routes/list_view.do";
}
}