mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
api: Added new route for multiport bit graphs + asn list_bgp filter (#6129)
* api: Added new route for multiport bit graphs + asn list_bgp filter * fixed scrut errors
This commit is contained in:
committed by
Tony Murray
parent
745eb7b120
commit
014682b60b
@@ -82,8 +82,8 @@ $app->group(
|
||||
$app->group(
|
||||
'/portgroups',
|
||||
function () use ($app) {
|
||||
$app->get('/multiport/bits/:id', 'authToken', 'get_graph_by_portgroup')->name('get_graph_by_portgroup_multiport_bits');
|
||||
$app->get('/:group', 'authToken', 'get_graph_by_portgroup')->name('get_graph_by_portgroup');
|
||||
// api/v0/portgroups/$group
|
||||
}
|
||||
);
|
||||
$app->group(
|
||||
|
Reference in New Issue
Block a user