From 356720c7d61202c38b5134d64693972f863ade51 Mon Sep 17 00:00:00 2001
From: William Billingsley <wbilling@une.edu.au>
Date: Wed, 17 Oct 2018 15:02:34 +1100
Subject: [PATCH] altered routes

---
 conf/routes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/routes b/conf/routes
index 5af64d0..887016d 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()
-- 
GitLab