Skip to content

Commit

Permalink
remove filter0
Browse files Browse the repository at this point in the history
  • Loading branch information
ztelur committed Aug 30, 2021
1 parent 1fc8b0c commit f9bec16
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions docs/sample/dubbo-multi.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ resources:
- path: '/api/v1/test-dubbo/student/:name'
type: restful
description: student
filters:
- filter0
methods:
- httpVerb: GET
enable: true
Expand Down Expand Up @@ -56,8 +54,6 @@ resources:
- path: '/api/v1/test-dubbo/teacher/:name'
type: restful
description: teacher
filters:
- filter0
methods:
- httpVerb: GET
enable: true
Expand Down
4 changes: 0 additions & 4 deletions docs/sample/zh-cn/dubbo-multi.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ resources:
- path: '/api/v1/test-dubbo/student/:name'
type: restful
description: student
filters:
- filter0
methods:
- httpVerb: GET
enable: true
Expand Down Expand Up @@ -56,8 +54,6 @@ resources:
- path: '/api/v1/test-dubbo/teacher/:name'
type: restful
description: teacher
filters:
- filter0
methods:
- httpVerb: GET
enable: true
Expand Down
2 changes: 0 additions & 2 deletions docs/user/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ resources:
- path: '/'
type: restful
description: resource documentation
filters:
- filter0
methods:
- httpVerb: GET
enable: true
Expand Down
4 changes: 0 additions & 4 deletions samples/dubbogo/multi/apiconfig/api_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ resources:
- path: '/api/v1/test-dubbo/student/:name'
type: restful
description: student
filters:
- filter0
methods:
- httpVerb: GET
enable: true
Expand Down Expand Up @@ -65,8 +63,6 @@ resources:
- path: '/api/v1/test-dubbo/teacher/:name'
type: restful
description: teacher
filters:
- filter0
methods:
- httpVerb: GET
enable: true
Expand Down
2 changes: 0 additions & 2 deletions samples/dubbogo/simple/mix/pixiu/api_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ resources:
- path: '/api/v1/test-dubbo/user'
type: restful
description: user
filters:
- filter0
methods:
- httpVerb: PUT
enable: true
Expand Down

0 comments on commit f9bec16

Please sign in to comment.