Fork me on GitHub
#funcool
<
2017-04-24
>
Yehonathan Sharvit06:04:08

In catacumba, I’d like to disable the prone handler in production

Yehonathan Sharvit06:04:07

Currently here is my routes:

(ct/routes [[:setup (prone/handler {:namespaces ["pricing"]})]
...])

Yehonathan Sharvit06:04:40

What code would disable the prone handler in production?