Remove unsed things

This commit is contained in:
Jeremy Benoist
2015-08-20 20:10:32 +02:00
parent 0ab7404f93
commit 6eebd8c909
6 changed files with 15 additions and 157 deletions

View File

@ -28,12 +28,4 @@ class StaticController extends Controller
array()
);
}
/**
* @Route("/", name="homepage")
*/
public function apiAction()
{
return $this->redirect($this->generateUrl('nelmio_api_doc_index'));
}
}