1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

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'));
}
}