funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
Yehonathan Sharvit 2017-04-24T06:12:08.897623Z

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

Yehonathan Sharvit 2017-04-24T06:13:07.903919Z

Currently here is my routes:

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

Yehonathan Sharvit 2017-04-24T06:13:40.907477Z

What code would disable the prone handler in production?