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

disable authentication for the moment

This commit is contained in:
Nicolas Lœuillet 2015-02-02 12:54:14 +01:00
parent c5772d118f
commit 889249804f
2 changed files with 39 additions and 29 deletions

View file

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