From d251e177d8b221b44b1ccee5f19aa5441e2d34d4 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Mon, 11 Mar 2013 22:19:17 -0400 Subject: [PATCH] meh. --- site/app.hy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/app.hy b/site/app.hy index c308f4c..ec07637 100644 --- a/site/app.hy +++ b/site/app.hy @@ -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"))