Remove "http" code type from metadata_api.md (#1611)

Looking at this page, this line was highlighted.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
Ryuji Iwata 2021-07-07 03:14:17 +09:00 committed by GitHub
parent d8f0510650
commit 89f0a42cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Gets the Dapr sidecar information provided by the Metadata Endpoint.
### HTTP Request
```http
```
GET http://localhost:<daprPort>/v1.0/metadata
```