What is a good way to implement “not-found” handler for async ring? For a case that a handler responded nil.
nil
@ikitommi You can use compojure.route/not-found
compojure.route/not-found