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

Commit

Permalink
remove legacy swagger_loader pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Sep 11, 2015
1 parent 6f92da9 commit 6dba74b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions project-skeletons/connect/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ swagger:

fittingsDirs: [ api/fittings, node_modules ]
defaultPipe: null

swaggerControllerPipe: swagger_controllers # defines the standard processing pipe for controllers
swaggerLoaderPipe: load_swagger

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

_router:
Expand Down
5 changes: 2 additions & 3 deletions project-skeletons/sails/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ swagger:

fittingsDirs: [ api/fittings, node_modules ]
defaultPipe: null

swaggerControllerPipe: swagger_controllers # defines the standard processing pipe for controllers
swaggerLoaderPipe: load_swagger

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

_router:
Expand Down

0 comments on commit 6dba74b

Please sign in to comment.