Skip to content

Commit f518fe8

Browse files
committed
default should not assume there is a swagger_security securityHandlersModule
1 parent c9e9a75 commit f518fe8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,10 @@ function createPipes(self) {
270270
name: 'swagger_validator',
271271
validateReponse: true
272272
},
273-
_swagger_security: {
274-
name: 'swagger_security',
275-
securityHandlersModule: 'api/helpers/securityHandlers'
276-
},
277273
swagger_controllers: [
278274
'cors',
279275
'swagger_params_parser',
280-
'_swagger_security',
276+
'swagger_security',
281277
'_swagger_validate',
282278
'express_compatibility',
283279
'_router'

0 commit comments

Comments
 (0)