增加设备初始化路径websocket

This commit is contained in:
wulin 2023-10-28 11:06:39 +08:00
parent 32932f555e
commit 6501e8e66f

View File

@ -41,7 +41,7 @@ import java.util.List;
@RestController
@Slf4j
@RequestMapping("/device")
@RequestMapping("/websocket/device")
public class DeviceController {
@Value("${device.key}")
private String key;