Merge branch 'v1.11' into patch-1

This commit is contained in:
Hannah Hunter 2023-07-27 12:58:09 -04:00 committed by GitHub
commit b1b825c933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ Both of the handlers defined above also need to be mapped to configure the `dapr
app.UseEndpoints(endpoints =>
{
endpoints.MapSubscribeHandler();
}
});
```
{{% /codetab %}}