Browse Source

update 优化 websocket 路径与 cloud 版本保持一致

疯狂的狮子Li 1 year ago
parent
commit
9004f8fd9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-admin/src/main/resources/application.yml

+ 1 - 1
ruoyi-admin/src/main/resources/application.yml

@@ -261,6 +261,6 @@ management:
 websocket:
 websocket:
   enabled: true
   enabled: true
   # 路径
   # 路径
-  path: /websocket
+  path: /resource/websocket
   # 设置访问源地址
   # 设置访问源地址
   allowedOrigins: '*'
   allowedOrigins: '*'