We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd305b6 commit cc87ed5Copy full SHA for cc87ed5
index.js
@@ -143,8 +143,8 @@ class API {
143
if (routes['ROUTES']['*']['MIDDLEWARE']) {
144
_stack[method] = routes['ROUTES']['*']['MIDDLEWARE'].stack
145
//_stack[method] ?
146
- // _stack[method].concat(routes['ROUTES']['*']['MIDDLEWARE'].stack)
147
- // : routes['ROUTES']['*']['MIDDLEWARE'].stack
+ // _stack[method].concat(routes['ROUTES']['*']['MIDDLEWARE'].stack)
+ // : routes['ROUTES']['*']['MIDDLEWARE'].stack
148
}
149
150
// Inherit methods and ANY
0 commit comments