forked from wallabag/wallabag
1st implementation of wallabag api, yeah
This commit is contained in:
@ -17,4 +17,12 @@ 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