Optimized FixtureSources and menu

This commit is contained in:
Kevin Frantz
2019-03-29 23:21:52 +01:00
parent 4280489499
commit db2e4dac01
18 changed files with 195 additions and 88 deletions

View File

@@ -21,7 +21,7 @@ final class DefaultController extends AbstractController
public function homepage(): Response
{
return $this->redirectToRoute('infinito_api_rest_layer_read', [
'identity' => HomepageFixtureSource::SLUG,
'identity' => HomepageFixtureSource::getSlug(),
'layer' => LayerType::SOURCE,
'_format' => RESTResponseType::HTML,
]);