Skip to content

Commit

Permalink
add filter to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Samu Tamminen committed Feb 9, 2022
1 parent a6a175d commit db593d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
// Filters
_ "github.com/megaease/easegress/pkg/filter/apiaggregator"
_ "github.com/megaease/easegress/pkg/filter/bridge"
_ "github.com/megaease/easegress/pkg/filter/certextractor"
_ "github.com/megaease/easegress/pkg/filter/circuitbreaker"
_ "github.com/megaease/easegress/pkg/filter/connectcontrol"
_ "github.com/megaease/easegress/pkg/filter/corsadaptor"
Expand Down

0 comments on commit db593d7

Please sign in to comment.