Move to chidi html-success mw
1 files changed, 0 insertions(+), 4 deletions(-) M panearth/app.janet
M panearth/app.janet => panearth/app.janet +0 -4
@@ 26,10 26,6 @@ (setdyn :conn connection) (handling connection)) :tp) nil chan))))) -(defn- html-success [next-middleware] - (fn [req] - (success (next-middleware req) (content-type ".html")))) - (defn layout [args] (page app args))