diff --git a/ModuleConfig.cfc b/ModuleConfig.cfc index 0d9d54f..9e16b13 100644 --- a/ModuleConfig.cfc +++ b/ModuleConfig.cfc @@ -30,6 +30,9 @@ component { // module settings - stored in modules.name.settings settings = {}; + // Home Route + router.route( "/" ).to( "Home.index" ); + // Layout Settings layoutSettings = { defaultLayout : "Main.cfm" }; } diff --git a/server-lucee@5.json b/server-lucee@5.json index 02bd8d1..8cc033e 100644 --- a/server-lucee@5.json +++ b/server-lucee@5.json @@ -11,13 +11,13 @@ "rewrites":{ "enable":"true" }, - "webroot": "test-harness", - "aliases":{ + "webroot":"test-harness", + "aliases":{ "/moduleroot/route-visualizer":"../" } }, "openBrowser":"false", - "cfconfig": { - "file" : ".cfconfig.json" - } + "cfconfig":{ + "file":".cfconfig.json" + } } diff --git a/test-harness/handlers/Main.cfc b/test-harness/handlers/Main.cfc index 4d8e3f0..cb8ccba 100644 --- a/test-harness/handlers/Main.cfc +++ b/test-harness/handlers/Main.cfc @@ -2,7 +2,7 @@ function index( event, rc, prc ){ - return "