Skip to content
Snippets Groups Projects
Commit e7f42d81 authored by Tibor Katelbach's avatar Tibor Katelbach
Browse files

modif pour fonctionné dans la nouvelle archi

parent 04f6ec5c
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ class ApiController extends Controller {
public function actions()
{
return array(
'index' => 'application.components.api.controllers.IndexAction',
//********************************************************************************
// MAP
//********************************************************************************
......@@ -44,14 +45,6 @@ class ApiController extends Controller {
);
}
/**
* List all the latest observations
* @return [json Map] list
*/
public function actionIndex()
{
$this->render("../../../../components/api/views/index", array("path"=>Yii::app()->params["modulePath"].$this::$moduleKey.'.views.api.') );
}
/*
public function actionLinkUser2Group()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment