Closed danneu closed 7 years ago
Haven't thought of the exact API, but it'd be nice to inject child routers which would help one organize router code.
val router = Router { mount(router1) mount("/prefix", router2) }
Haven't thought of the exact API, but it'd be nice to inject child routers which would help one organize router code.