mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +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 ChromeController extends BrowserController
|
|||
}
|
||||
|
||||
/**
|
||||
* @Route("/import/chrome", name="import_chrome")
|
||||
* @Route("/import/chrome", name="import_chrome", methods={"GET", "POST"})
|
||||
*/
|
||||
public function indexAction(Request $request, TranslatorInterface $translator)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue