I am trying to do this on compojure, with rfn but it does not work
rfn
(rfn [] (-> (response/resource-response "index.html" {:root "public"}) (response/content-type "text/html")))