mirror of https://github.com/dapr/docs.git
typo in example in httpendpoints-schema.md (#3764)
Signed-off-by: Alexey <Kuzbekov@users.noreply.github.com>
This commit is contained in:
parent
5de4fdfd89
commit
ad4f49686c
|
|
@ -18,7 +18,6 @@ kind: HTTPEndpoint
|
|||
metadata:
|
||||
name: <NAME>
|
||||
spec:
|
||||
version: v1alpha1
|
||||
baseUrl: <REPLACE-WITH-BASEURL> # Required. Use "http://" or "https://" prefix.
|
||||
headers: # Optional
|
||||
- name: <REPLACE-WITH-A-HEADER-NAME>
|
||||
|
|
@ -42,4 +41,4 @@ auth: # Optional
|
|||
|
||||
## Related links
|
||||
|
||||
[Learn how to invoke non-Dapr endpoints.]({{< ref howto-invoke-non-dapr-endpoints.md >}})
|
||||
[Learn how to invoke non-Dapr endpoints.]({{< ref howto-invoke-non-dapr-endpoints.md >}})
|
||||
|
|
|
|||
Loading…
Reference in New Issue