(defservlet demo
(GET "/"
(html [:h1 "Hello World"]))
(ANY "*"
(page-not-found)))
view raw gistfile1.clj hosted with ❤ by GitHub