@@ -117,7 +117,7 @@ public class IndexController {
@GetMapping("/exit")
public ModelAndView exit(HttpServletRequest request){
request.getSession().removeAttribute(LOGIN_USER);
- return index(null);
+ return new ModelAndView( "forward:/"+sitePrefix+"/4");
}
@GetMapping("/register")