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:
Neil Lathwood
2017-03-13 02:17:09 +00:00
committed by Tony Murray
parent 745eb7b120
commit 014682b60b
3 changed files with 56 additions and 13 deletions

View File

@@ -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(