Fork me on GitHub
#yada
<
2016-04-30
>
xcthulhu19:04:17

Hey, I don't know if this is the right place, but I'm trying to switch from compojure to bidi

xcthulhu19:04:07

My compojure code has some routes that are only present in debug more, and are "skipped" if we aren't in debug mode

xcthulhu19:04:25

You can skip a route in compojure by just putting in (constantly nil)

xcthulhu19:04:34

How do you do that with bidi/yada?