mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Implemented imprint route
This commit is contained in:
		| @@ -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!"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user