This commit is contained in:
Paul R. Tagliamonte 2013-03-11 22:19:17 -04:00
parent 2cbcc0fd13
commit d251e177d8

View File

@ -26,9 +26,7 @@
; view routes
(route "/" [] (render-template "index.html"))
(route "/repl" [] (render-template "repl.html"))
(route "/" [] (render-template "repl.html"))
(post-route "/hy2py" []
(try (hy-to-py (get request.form "code"))