deason 6 년 전
부모
커밋
36155e2d98
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      examcloud-core-print-starter/src/main/java/cn/com/qmth/examcloud/core/print/controller/IndexController.java

+ 0 - 7
examcloud-core-print-starter/src/main/java/cn/com/qmth/examcloud/core/print/controller/IndexController.java

@@ -19,8 +19,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RequestMethod;
 import org.springframework.web.bind.annotation.ResponseBody;
 
-import javax.servlet.http.HttpServletRequest;
-
 /**
  * @author: fengdesheng
  * @since: 2018/10/17
@@ -36,11 +34,6 @@ public class IndexController {
     @Autowired
     private SystemProperty systemProperty;
 
-    @RequestMapping(value = "/", method = RequestMethod.GET)
-    public String index(HttpServletRequest request) throws Exception {
-        return "redirect:/doc.html";
-    }
-
     @ResponseBody
     @RequestMapping(value = "/init", method = RequestMethod.GET)
     public void init() {