mirror of
https://github.com/v2board/v2board.git
synced 2024-11-13 02:59:10 +08:00
update: route manage
This commit is contained in:
parent
153721be55
commit
40e6400b9b
@ -218,7 +218,7 @@ class ServerService
|
|||||||
return $servers;
|
return $servers;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getRoutes(array $routeIds)
|
public function getRoutes($routeIds)
|
||||||
{
|
{
|
||||||
return ServerRoute::select(['id', 'match', 'action', 'action_value'])->whereIn('id', $routeIds)->get();
|
return ServerRoute::select(['id', 'match', 'action', 'action_value'])->whereIn('id', $routeIds)->get();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user