Advertisement
Guest User

Untitled

a guest
Feb 12th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.            (GET "/status" [] (-> (page/html5 {:lang "en"}
  2.                                              [:head
  3.                                               [:meta {:charset "charset=utf-8"}]
  4.                                               [:title "testing"]
  5.  
  6.                                               [:body
  7.                                                [:div
  8.                                                 [:p "testing out ring responses with compojure"]]]])
  9.                                  (response/response)
  10.                                  (response/content-type "text/html; charset=utf-8")))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement