Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 6dba74b

Browse files
committed
remove legacy swagger_loader pipe
1 parent 6f92da9 commit 6dba74b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

project-skeletons/connect/config/default.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ swagger:
55

66
fittingsDirs: [ api/fittings, node_modules ]
77
defaultPipe: null
8-
98
swaggerControllerPipe: swagger_controllers # defines the standard processing pipe for controllers
10-
swaggerLoaderPipe: load_swagger
119

12-
# values in the swagger:bagpipes hash are the bagpipes definitions
10+
# values defined in the bagpipes key are the bagpipes pipes and fittings definitions
11+
# (see https://github.com/apigee-127/bagpipes)
1312
bagpipes:
1413

1514
_router:

project-skeletons/sails/config/default.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ swagger:
55

66
fittingsDirs: [ api/fittings, node_modules ]
77
defaultPipe: null
8-
98
swaggerControllerPipe: swagger_controllers # defines the standard processing pipe for controllers
10-
swaggerLoaderPipe: load_swagger
119

12-
# values in the swagger:bagpipes hash are the bagpipes definitions
10+
# values defined in the bagpipes key are the bagpipes pipes and fittings definitions
11+
# (see https://github.com/apigee-127/bagpipes)
1312
bagpipes:
1413

1514
_router:

0 commit comments

Comments
 (0)