kopia lustrzana https://github.com/c9/core
Fix test
rodzic
22cc05a80c
commit
d6d19ff38e
|
@ -161,7 +161,8 @@ module.exports = function Route(route, options, handler, types) {
|
||||||
* the decoded and validated parameters are stored in `req.params`
|
* the decoded and validated parameters are stored in `req.params`
|
||||||
* otherwhise an error is returned.
|
* otherwhise an error is returned.
|
||||||
*/
|
*/
|
||||||
var decodeParams = this.decodeParams = function(req, res, next) {
|
this.decodeParams = decodeParams;
|
||||||
|
function decodeParams(req, res, next) {
|
||||||
var urlParams = req.match;
|
var urlParams = req.match;
|
||||||
if (!urlParams) return;
|
if (!urlParams) return;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue