mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-16 18:01:38 +00:00
Add methods to all controllers
This commit is contained in:
parent
a71b78531d
commit
24784768f5
35 changed files with 118 additions and 109 deletions
|
@ -24,7 +24,7 @@ class ReadabilityController extends AbstractController
|
|||
}
|
||||
|
||||
/**
|
||||
* @Route("/import/readability", name="import_readability")
|
||||
* @Route("/import/readability", name="import_readability", methods={"GET", "POST"})
|
||||
*/
|
||||
public function indexAction(Request $request, ReadabilityImport $readability, Config $craueConfig, TranslatorInterface $translator)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue