ST
как тебе нравится, так и делаешь
Size: a a a
ST
ST
СС
ST
(def routing-map {"/" {:handler home-handler :content-type "text/html"}
"/about" {:handler about-handler}})(def routing-map {"/" {:handler :handler/home :content-type "text/html"}
"/about" {:handler :handler/about}})СС
ST
ST
СС
СС
ST
СС
ST
ST
ST
(def routing-map {"/" {:handler home-handler :content-type "text/html"}
"/about" {:handler about-handler}})ST
ST
(def routing-map {["GET" "/"] {:handler home-handler :content-type "text/html"}
["GET" "/about"] {:handler about-handler}})ST
ST
(def routing-map {"/" {:handler :handler/home :content-type "text/html"}
"/about" {:handler :handler/about}})(get-url :handler/about data)AC