mirror of https://gitee.com/stylefeng/roses
【7.0.4】默认websocket连接信息修改
parent
112c21826b
commit
4d5b24e638
|
@ -50,6 +50,6 @@ public interface MessageConstants {
|
|||
/**
|
||||
* 默认websocket-url
|
||||
*/
|
||||
String DEFAULT_WS_URL = "ws://localhost:8080/message/websocket/{userId}";
|
||||
String DEFAULT_WS_URL = "ws://localhost:8080/webSocket/{token}";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue