expose router (#482)

In preparation for GH-480, but also because choo 4 exposed the router, and we need it for server rendering
This commit is contained in:
Yoshua Wuyts
2017-04-25 02:50:58 +02:00
committed by GitHub
parent dc8a531944
commit f45e1646ec
+1
View File
@@ -31,6 +31,7 @@ function Choo (opts) {
toString: toString, toString: toString,
use: register, use: register,
mount: mount, mount: mount,
router: router,
route: route, route: route,
start: start start: start
} }