Correcting root mapping for Controller.

pull/59/head
Michael Jett 2012-02-23 13:41:20 -05:00
parent b274098348
commit 26957f1c77
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
*/
@Controller
@RequestMapping("/manager")
@RequestMapping("/")
public class ManagerController {
@RequestMapping({"/", "/home", "/index"})