main
Eric Ihli 4 years ago
parent be67fcc9ec
commit df13a45187

@ -52,6 +52,7 @@
ig/read-string)] ig/read-string)]
(ig/load-namespaces config) (ig/load-namespaces config)
(-> config (-> config
ig/prep
constantly constantly
repl/set-prep!) repl/set-prep!)
(repl/go))) (repl/go)))

@ -242,6 +242,7 @@
{} {}
(views/submit-limericks request limericks))}) (views/submit-limericks request limericks))})
{:status 200 {:status 200
:session {}
:headers {"Content-Type" "text/html; charset=uft-8"} :headers {"Content-Type" "text/html; charset=uft-8"}
:body (views/wrapper :body (views/wrapper
db db

Loading…
Cancel
Save