summaryrefslogtreecommitdiff
path: root/init.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'init.fnl')
-rw-r--r--init.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.fnl b/init.fnl
index bce021a..0f89ad3 100644
--- a/init.fnl
+++ b/init.fnl
@@ -14,4 +14,4 @@
(let [headers { :content-type "text/html" }]
(values 200 headers (html.render template))))
-{ :routes { :/ root-handler } }
+(luna.router.route "/" root-handler)