Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
commit
8c57a4ec6e
|
@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|||
*/
|
||||
|
||||
@Controller
|
||||
public class MangerController {
|
||||
public class ManagerController {
|
||||
|
||||
@RequestMapping({"/", "/home", "/index"})
|
||||
public String showHomePage() {
|
Loading…
Reference in New Issue