(local fennel (require :fennel)) { :routes { :/ (fn [method path headers body] (values 200 { :content-type "applicaton/json" } "{ \"test\": 123 }")) ; :/test (fn [] "test?") } }