mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Implemented start page
This commit is contained in:
parent
a9a9811094
commit
66ee985b7d
@ -24,7 +24,7 @@ class DefaultController extends AbstractController implements DefaultControllerI
|
||||
*/
|
||||
public function homepage(): Response
|
||||
{
|
||||
return new Response("Hello World!");
|
||||
return $this->render("standard/homepage.html.twig",['menu_items'=>[]]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user