summaryrefslogtreecommitdiff
path: root/bin/serve.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/serve.fnl')
-rw-r--r--bin/serve.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/serve.fnl b/bin/serve.fnl
index b1ec024..7385b53 100644
--- a/bin/serve.fnl
+++ b/bin/serve.fnl
@@ -491,7 +491,7 @@
[:option {:value val
:selected (if (= form.site val) "selected" nil)}
(. (require (.. "parser." val)) :title)])
- [:ozchai :clubcha :ipuer :artoftea :chaekshop :moychay
+ [:ozchai :suhexuan :clubcha :ipuer :artoftea :chaekshop :moychay
:gorkovchay]))]]
[:div {}
[:select {:name "sort"}
@@ -658,8 +658,8 @@
(must (luna.router.route "GET /" root-handler))
(must (luna.router.route "GET /robots.txt" robots-handler))
-(must (luna.router.route "GET /track" track-handler))
(must (luna.router.static "GET /static/" "static/"))
+(must (luna.router.route "GET /track" track-handler))
(when luna.debug
(must (luna.on-eval (fn [code] (fennel.eval code {:env _G})))))