From ac34727967d88619e2722ae9e4617ffdc9801150 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Wed, 11 Dec 2019 05:30:31 +0100
Subject: [PATCH] Fix default route

---
 Resources/views/default/index.html.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig
index 9ce4b11..20e2b0f 100644
--- a/Resources/views/default/index.html.twig
+++ b/Resources/views/default/index.html.twig
@@ -1,7 +1,7 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
 	<section id="content">
-		<h2><a href="{{ path('rapsys_air_index') }}">{{ section }}</a></h2>
+		<h2><a href="{{ path('rapsys_air') }}">{{ section }}</a></h2>
 		<p>{{ 'Welcome to the outdoor space reservation system'|trans }}</p>
 	</section>
 {% endblock %}
-- 
2.41.3