fix: WebSocket的endpoint放行

This commit is contained in:
hxr
2024-05-13 22:53:27 +08:00
parent 17395a171d
commit ef0bc28d45
2 changed files with 5 additions and 3 deletions

View File

@@ -71,7 +71,8 @@ security:
- /swagger-ui/** - /swagger-ui/**
- /swagger-ui.html - /swagger-ui.html
- /api/v1/auth/captcha - /api/v1/auth/captcha
- /ws/**
- /ws-app/**
oss: oss:
# OSS 类型 (目前支持aliyun、minio) # OSS 类型 (目前支持aliyun、minio)

View File

@@ -15,7 +15,7 @@ spring:
password: 123456 password: 123456
data: data:
redis: redis:
database: 6 database: 12
host: www.youlai.tech host: www.youlai.tech
port: 6379 port: 6379
password: 123456 password: 123456
@@ -71,7 +71,8 @@ security:
- /swagger-ui/** - /swagger-ui/**
- /swagger-ui.html - /swagger-ui.html
- /api/v1/auth/captcha - /api/v1/auth/captcha
- /ws/**
- /ws-app/**
# 文件上传配置 # 文件上传配置
oss: oss:
# OSS 类型 (目前支持aliyun、minio) # OSS 类型 (目前支持aliyun、minio)