mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: route manage
This commit is contained in:
		| @@ -218,7 +218,7 @@ class ServerService | ||||
|         return $servers; | ||||
|     } | ||||
|  | ||||
|     public function getRoutes(array $routeIds) | ||||
|     public function getRoutes($routeIds) | ||||
|     { | ||||
|         return ServerRoute::select(['id', 'match', 'action', 'action_value'])->whereIn('id', $routeIds)->get(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user