forked from wallabag/wallabag
Remove unsed things
This commit is contained in:
@ -28,12 +28,4 @@ class StaticController extends Controller
|
||||
array()
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @Route("/", name="homepage")
|
||||
*/
|
||||
public function apiAction()
|
||||
{
|
||||
return $this->redirect($this->generateUrl('nelmio_api_doc_index'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user