mirror of https://github.com/dapr/docs.git
Middleware pipelines: Fix link in next step section (#915)
This commit is contained in:
parent
3509967baa
commit
4897393a77
|
@ -58,9 +58,9 @@ func GetHandler(metadata Metadata) fasthttp.RequestHandler {
|
|||
```
|
||||
|
||||
## Adding new middleware components
|
||||
Your middleware component can be contributed to the [components-contrib repository](https://github.com/dapr/components-contrib/tree/master/middleware).
|
||||
Your middleware component can be contributed to the [components-contrib repository](https://github.com/dapr/components-contrib/tree/master/middleware).
|
||||
|
||||
Then submit another pull request against the [Dapr runtime repository](https://github.com/dapr/dapr) to register the new middleware type. You'll need to modify the **Load()** method in [registry.go]( https://github.com/dapr/dapr/blob/master/pkg/components/middleware/http/registry.go) to register your middleware using the **Register** method.
|
||||
|
||||
## Next steps
|
||||
* [How-To: Configure API authorization with OAuth({{< ref oauth.md >}})
|
||||
* [How-To: Configure API authorization with OAuth]({{< ref oauth.md >}})
|
||||
|
|
Loading…
Reference in New Issue