Correcting root mapping for Controller.
parent
b274098348
commit
26957f1c77
|
@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|||
*/
|
||||
|
||||
@Controller
|
||||
@RequestMapping("/manager")
|
||||
@RequestMapping("/")
|
||||
public class ManagerController {
|
||||
|
||||
@RequestMapping({"/", "/home", "/index"})
|
||||
|
|
Loading…
Reference in New Issue