Fixing typo
parent
c0c21fc31f
commit
b7c99e30c5
|
@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@Controller
|
@Controller
|
||||||
public class MangerController {
|
public class ManagerController {
|
||||||
|
|
||||||
@RequestMapping({"/", "/home", "/index"})
|
@RequestMapping({"/", "/home", "/index"})
|
||||||
public String showHomePage() {
|
public String showHomePage() {
|
Loading…
Reference in New Issue