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

Add methods to all controllers

This commit is contained in:
Yassine Guedidi 2025-03-10 01:15:45 +01:00
parent a71b78531d
commit 24784768f5
35 changed files with 118 additions and 109 deletions

View file

@ -24,7 +24,7 @@ class InstapaperController extends AbstractController
}
/**
* @Route("/import/instapaper", name="import_instapaper")
* @Route("/import/instapaper", name="import_instapaper", methods={"GET", "POST"})
*/
public function indexAction(Request $request, InstapaperImport $instapaper, Config $craueConfig, TranslatorInterface $translator)
{