mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38: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
|
@ -26,7 +26,7 @@ class FirefoxController extends BrowserController
|
|||
}
|
||||
|
||||
/**
|
||||
* @Route("/import/firefox", name="import_firefox")
|
||||
* @Route("/import/firefox", name="import_firefox", methods={"GET", "POST"})
|
||||
*/
|
||||
public function indexAction(Request $request, TranslatorInterface $translator)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue