Repo Added
31 Jul 2014 12:21AM UTC
|
Total Files
39
|
# Builds
1122
Last
|
Badge
README BADGES
|
push
travis-ci
1691 of 1694 relevant lines covered (99.82%)
381.92 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Coverage | Commit | Committer | Type | Time | Via |
---|---|---|---|---|---|---|---|
1874 | feature/customizable-router |
99.82 |
Pass the router ctor via app property Refactor `app.lazyrouter` to fetch the `Router` ctor function from a property that can be changed by express users. NOTE: Customizing the default router is not an officially supported usage. It's up to you t... | push | 06 Nov 2014 05:35PM UTC | travis-ci | |
1872 | feature/customizable-router |
99.82 |
Support custom default router Add a new parameter to `express` function to provide a custom `Router` constructor. Example: var PromisedRouter = require('router-as-promised'); var app = express(PromisedRouter); | push | 06 Nov 2014 04:37PM UTC | travis-ci |