mirror of https://github.com/dapr/docs.git
Merge branch 'v1.11' into issue_3638
This commit is contained in:
commit
0880798588
|
@ -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