1
This commit is contained in:
@@ -30,7 +30,7 @@ public class LoginExampleController extends BaseController {
|
|||||||
AdminExampleService adminExampleService;
|
AdminExampleService adminExampleService;
|
||||||
|
|
||||||
|
|
||||||
@RequestMapping("")
|
@RequestMapping("index")
|
||||||
public ModelAndView admin(ModelAndView modelAndView, HttpServletRequest request, String adminId) {
|
public ModelAndView admin(ModelAndView modelAndView, HttpServletRequest request, String adminId) {
|
||||||
|
|
||||||
modelAndView.setViewName("/loginExample/index");
|
modelAndView.setViewName("/loginExample/index");
|
||||||
|
|||||||
Reference in New Issue
Block a user