mirror of
https://github.com/v2board/v2board.git
synced 2025-01-25 23:49:09 +08:00
fix client route
This commit is contained in:
parent
0299cd63ad
commit
24f5324c2a
@ -139,7 +139,7 @@ class ClientController extends Controller
|
||||
]);
|
||||
|
||||
try {
|
||||
$rules = Yaml::parseFile(base_path() . '/resources/rules/clash.rule.yaml');
|
||||
$rules = Yaml::parseFile(base_path() . '/resources/rules/clash.rule.yaml')['Rule'];
|
||||
} catch (\Exception $e) {}
|
||||
|
||||
$config = [
|
||||
|
Loading…
Reference in New Issue
Block a user