diff options
Diffstat (limited to 'init.fnl')
| -rw-r--r-- | init.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ (let [headers { :content-type "text/html" }] (values 200 headers (html.render template)))) -{ :routes { :/ root-handler } } +(luna.router.route "/" root-handler) |
