mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 06:01:35 +01:00
Implemented imprint route
This commit is contained in:
parent
8bbb74fe14
commit
4ad9a60855
@ -12,6 +12,11 @@ use Symfony\Component\HttpFoundation\Response;
|
||||
*/
|
||||
class DefaultController extends AbstractController implements DefaultControllerInterface
|
||||
{
|
||||
/**
|
||||
* Matches /
|
||||
*
|
||||
* @Route("/imprint", name="imprint")
|
||||
*/
|
||||
public function imprint(): Response
|
||||
{
|
||||
return new Response("Hello World!");
|
||||
|
Loading…
Reference in New Issue
Block a user