mirror of
https://github.com/v2board/v2board.git
synced 2025-01-27 00:19:10 +08:00
fix client route
This commit is contained in:
parent
0299cd63ad
commit
24f5324c2a
@ -139,7 +139,7 @@ class ClientController extends Controller
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
try {
|
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) {}
|
} catch (\Exception $e) {}
|
||||||
|
|
||||||
$config = [
|
$config = [
|
||||||
|
Loading…
Reference in New Issue
Block a user