mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-20 16:12:10 +02:00
Update api route to portgroups
This commit is contained in:
@@ -377,7 +377,7 @@ function list_bgp() {
|
||||
echo _json_encode($output);
|
||||
}
|
||||
|
||||
function get_graph_by_group() {
|
||||
function get_graph_by_portgroup() {
|
||||
global $config;
|
||||
$app = \Slim\Slim::getInstance();
|
||||
$router = $app->router()->getCurrentRoute()->getParams();
|
||||
|
||||
Reference in New Issue
Block a user