mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized FixtureSources and menu
This commit is contained in:
@@ -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,
|
||||
]);
|
||||
|
Reference in New Issue
Block a user