forked from floraachy/xiuos_IoT
fix bug
This commit is contained in:
parent
2fa02050ef
commit
6434f1f798
|
@ -10,7 +10,7 @@ import java.io.IOException;
|
|||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
@ServerEndpoint(value = "/websocket/haier/{clientId}")
|
||||
@ServerEndpoint(value = "/websocket/gzjc/{clientId}")
|
||||
@Component
|
||||
@Slf4j
|
||||
public class GZJCWebSocketServer {
|
||||
|
|
Loading…
Reference in New Issue