compojure-api
compojure-api copied to clipboard
Inaccurate message: "Not all child routes satisfy compojure.api.routing/Routing."
Looks like it should be "Not all child routes satisfy compojure.api.routes/Routing."
Maybe a fix could use (str ::Routing) or some derivative
-Victor
Good catch. PR welcome.-