refactor: 修改websocket演示路径
This commit is contained in:
@@ -22,7 +22,7 @@ import java.security.Principal;
|
|||||||
* @since 2.3.0
|
* @since 2.3.0
|
||||||
*/
|
*/
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/websocket")
|
@RequestMapping("/api/v1/websocket")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class WebsocketController {
|
public class WebsocketController {
|
||||||
|
|||||||
Reference in New Issue
Block a user