#
Junjie
2025-05-08 a9a915e7042ab588dfeb0f8ac290fc8ce26a0f29
src/main/java/com/zy/common/web/RouterController.java
@@ -34,15 +34,6 @@
        }
    }
    @RequestMapping("/control")
    public void control(HttpServletResponse response) {
        try{
            response.sendRedirect(contextPath+"/views/control.html");
        } catch (Exception ex){
            ex.printStackTrace();
        }
    }
    @RequestMapping("/monitor/{cnrId}/{ledId}")
    public void monitor(@PathVariable("cnrId") Integer cnrId,
                        @PathVariable("ledId") Integer ledId,