mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 05:37:49 +08:00
fix client route
This commit is contained in:
@ -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 = [
|
||||||
|
Reference in New Issue
Block a user