mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented imprint dummy
This commit is contained in:
@@ -19,7 +19,7 @@ class DefaultController extends AbstractController implements DefaultControllerI
|
||||
*/
|
||||
public function imprint(): Response
|
||||
{
|
||||
return new Response("Hello World!");
|
||||
return $this->render("standard/imprint.html.twig",['menu_items'=>[]]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user