mirror of https://github.com/dapr/docs.git
Merge branch 'v1.11' into patch-1
This commit is contained in:
commit
b1b825c933
|
@ -223,7 +223,7 @@ Both of the handlers defined above also need to be mapped to configure the `dapr
|
||||||
app.UseEndpoints(endpoints =>
|
app.UseEndpoints(endpoints =>
|
||||||
{
|
{
|
||||||
endpoints.MapSubscribeHandler();
|
endpoints.MapSubscribeHandler();
|
||||||
}
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% /codetab %}}
|
{{% /codetab %}}
|
||||||
|
|
Loading…
Reference in New Issue