Fork me on GitHub
#liberator
<
2019-04-15
>
adam23:04:45

I am using bidi router with liberator. How do I return a proper 404 page with the true catch-all route?

adam23:04:32

(defresource not-found-handler
  :allowed-methods [:get]
  :available-media-types ["text/html"]
  :handle-not-found "Oops...")
...
true         not-found-handler
Is returning "OK" with 200 status code.