yangys
2024-10-30 25db770e621f1259b8d5b7fd514207f7481c2d0f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/controller/WebSocketTestController.java
@@ -17,7 +17,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@ApiResource({"blade-cps/test"})
@ApiResource({"smis/test"})
@Api(value = "测试websocket", tags = {"测试websocket"})
@RestController
public class WebSocketTestController {