metosin / compojure-api

Sweet web apis with Compojure & Swagger
http://metosin.github.io/compojure-api/doc/
Eclipse Public License 1.0
1.11k stars 149 forks source link

Inaccurate message: "Not all child routes satisfy compojure.api.routing/Routing." #388

Open vemv opened 6 years ago

vemv commented 6 years ago

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

ikitommi commented 6 years ago

Good catch. PR welcome.-