We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc72c1 commit 5bb05ceCopy full SHA for 5bb05ce
src/app.ts
@@ -136,7 +136,7 @@ function normalizeLayer (layer: InputLayer) {
136
layer.promisify = layer.handle.length > 2 /* req, res, next */
137
}
138
return {
139
- route: withoutTrailingSlash(layer.route).toLocaleLowerCase(),
+ route: withoutTrailingSlash(layer.route),
140
match: layer.match,
141
handle: layer.lazy
142
? lazyHandle(layer.handle as LazyHandle, layer.promisify)
0 commit comments