inspect/status: test dummy

This commit is contained in:
Thomas Gelf 2015-10-16 23:00:30 +02:00
parent 7ec900bf9d
commit 87f26f182d
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ class Director_InspectController extends ActionController
}
}
public function statusAction()
{
$this->view->status = $status = $this->api()->getStatus();
print_r($status); exit;
}
protected function api()
{
$apiconfig = $this->Config()->getSection('api');