Update api route to portgroups

This commit is contained in:
laf
2014-11-24 04:10:21 +00:00
parent 213ba09f9f
commit c980c467d8
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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();