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