- Suppression d'un dump

This commit is contained in:
2025-01-29 10:44:10 +01:00
parent 45362ae9d9
commit 7f975e64ce
3 changed files with 173 additions and 3 deletions

View File

@ -26,10 +26,10 @@ class APISearchController extends AbstractController
public function index(): Response
{
$datas = $this->search();
return $this->render('apiSearch/index.html.twig', [
'controller_name' => 'APISearchController',
'datas' => $datas,
]);
}
}