diff options
| author | unwox <me@unwox.com> | 2024-07-23 23:19:46 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-07-23 23:24:14 +0600 |
| commit | cba8ff3896a59598e9f0aa946fd547002ac23aba (patch) | |
| tree | 33fa5edd8f9640bb00e28f75e6bb73910e80c529 /init.fnl | |
| parent | 701d73e4a47964ea40100ab2f329ef1dcc0a6f83 (diff) | |
use luna module instead of returning table for lua->go interaction
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) |
