forked from wallabag/wallabag
routing for API, trying to respect #414
This commit is contained in:
@ -17,12 +17,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