diff --git a/conf/routes b/conf/routes
index 5af64d0474eb3c7f05310aeb2219020c8ebc25b4..887016dad125ab9b65021b0337a6ea730120e9e5 100644
--- a/conf/routes
+++ b/conf/routes
@@ -5,6 +5,7 @@
 
 # An example controller showing a sample home page
 GET     /                           controllers.HomeController.index
+GET     /lavamaze                   controllers.HomeController.index
 
 GET     /example/json               controllers.ExamplesController.returnJson()
 POST    /example/json               controllers.ExamplesController.receiveJsonPost()