Skip to content

routers can now use the router or handler property, documentation explansion

Latest
Compare
Choose a tag to compare
@skatcat31 skatcat31 released this 01 Jul 17:43
· 2 commits to master since this release
f838826

New logic to load routers allows for an alias of router

app.use( router.path, router.router || router.handler )

Readme.md was updated with more information