Fork me on GitHub
#pedestal
<
2017-01-31
>
mtnygard15:01:39

We've released Vase, an add-on to Pedestal that makes building data-driven microservices easy. Blog post: http://bit.ly/2jqHeV6, Repository: https://github.com/cognitect-labs/vase. Clojars: https://clojars.org/com.cognitect/pedestal.vase

nooga23:01:10

is there any way to define thwo different paths to a single handler using terse syntax?

nooga23:01:53

[”/” {:get bar} “/foo” {:get bar}] gives me errors, as well as [”/foo” {:put bar :post bar}]