meh.
This commit is contained in:
parent
2cbcc0fd13
commit
d251e177d8
@ -26,9 +26,7 @@
|
|||||||
|
|
||||||
|
|
||||||
; view routes
|
; view routes
|
||||||
(route "/" [] (render-template "index.html"))
|
(route "/" [] (render-template "repl.html"))
|
||||||
|
|
||||||
(route "/repl" [] (render-template "repl.html"))
|
|
||||||
|
|
||||||
(post-route "/hy2py" []
|
(post-route "/hy2py" []
|
||||||
(try (hy-to-py (get request.form "code"))
|
(try (hy-to-py (get request.form "code"))
|
||||||
|
Loading…
Reference in New Issue
Block a user