mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Implemented start page
This commit is contained in:
@@ -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'=>[]]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user