Fork me on GitHub
#ring-swagger
<
2017-03-08
>
singen15:03:22

What’s a good way to define an optional route in compojure api? I have one route (context) that should not be present in production

ikitommi18:03:48

wrap the route in an if?

ikitommi18:03:45

nil routes are discarded.