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:
parent
c5772d118f
commit
889249804f
2 changed files with 39 additions and 29 deletions
|
@ -17,4 +17,13 @@ class StaticController extends Controller
|
|||
array()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @Route("/", name="homepage")
|
||||
*/
|
||||
public function apiAction()
|
||||
{
|
||||
return $this->redirect($this->generateUrl('nelmio_api_doc_index'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue