fix: 修复soga后端、Tidalab、等一些后端对接获取配置失败的问题

修复添加了服务后端中间件统一鉴权导致了一些后端鉴权不通过的问题
This commit is contained in:
xboard 2023-11-19 04:03:09 +08:00
parent cc1dc14c84
commit b489f8f6f1

View File

@ -23,7 +23,7 @@ class Server
}
}],
'node_type' => [
'required',
'nullable',
'string',
'regex:/^(?i)(hysteria|vless|trojan|vmess|v2ray|tuic|shadowsocks|shadowsocks-plugin)$/',
function ($attribute, $value, $fail) {