Skip to content

Commit

Permalink
Correction de la récupération de la liste des apéros (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo authored Feb 24, 2025
1 parent c456532 commit a162280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/AppBundle/Controller/Website/StaticController.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function getAperos($url): array
public function superApero(): Response
{
return $this->view->render(':site:superapero.html.twig', [
'aperos' => $this->superAperoCsvUrl
'aperos' => $this->getAperos($this->superAperoCsvUrl),
]);
}

Expand Down

0 comments on commit a162280

Please sign in to comment.