refactor: 修改websocket演示路径

This commit is contained in:
Ray.Hao
2026-01-12 00:20:40 +08:00
parent d52ae7606e
commit 8a4994bf23

View File

@@ -22,7 +22,7 @@ import java.security.Principal;
* @since 2.3.0
*/
@RestController
@RequestMapping("/websocket")
@RequestMapping("/api/v1/websocket")
@RequiredArgsConstructor
@Slf4j
public class WebsocketController {