Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server

pull/59/head
Amanda Anganes 2012-02-21 14:39:52 -05:00
commit 8c57a4ec6e
1 changed files with 1 additions and 1 deletions

View File

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