Commit 6899bbd3 authored by Andreas Heimann's avatar Andreas Heimann

launch version

parent cadb1e11
......@@ -14,19 +14,9 @@ use App\Entity\Promo;
class IndexController extends AbstractController
{
/**
* @Route("/", name="index.comingsoon")
*/
public function comingSoon(Request $request)
{
$em = $this->getDoctrine()->getManager();
$data = [];
return $this->render('comingsoon.html.twig', $data);
}
/**
* @Route("/index", name="index.index")
* @Route("/", name="index.index")
*/
public function index(Request $request)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment