Is there a way to 'pass' to the next matching route once/after a route has been matched?Something similar to "pass" in sinatra? http://www.sinatrarb.com/intro#PassingFor better or worse I have one route that handles most URIs but not all. I would like it to match (almost) everything and then dynamically (based on the database) decide if it can handle it or not.If it can't I'd like to be able to 'pass' on to another more static route. Most like likely the resource or not-found routes.Any ideas?Thanks in advance.Julio--
You received this message because you are subscribed to the Google Groups "Compojure" group.
To view this discussion on the web visit https://groups.google.com/d/msg/compojure/-/PC0hHW4nthYJ.
To post to this group, send email to comp...@googlegroups.com.
To unsubscribe from this group, send email to compojure+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/compojure?hl=en.