Back
mixed-router (clj)
(source)function
(mixed-router compiled-routes)
(mixed-router compiled-routes opts)
Creates two routers: [[lookup-router]] or [[single-static-path-router]] for
static routes and [[segment-router]] for wildcard routes. All
routes should be non-conflicting. Takes resolved routes and optional
expanded options. See [[router]] for options.