I am using bidi router with liberator. How do I return a proper 404 page with the true
catch-all route?
(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.