mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: kaibocai <89094811+kaibocai@users.noreply.github.com>
This commit is contained in:
parent
da0fd19ce8
commit
f949c5ae89
|
|
@ -268,6 +268,8 @@ HttpResponse<String> response = HttpClient.newBuilder().build().send(request, Ht
|
|||
|
||||
{{% /codetab %}}
|
||||
|
||||
{{% codetab %}}
|
||||
|
||||
```javascript
|
||||
// DON'T DO THIS!
|
||||
// Accessing an Environment Variable (Node.js)
|
||||
|
|
|
|||
Loading…
Reference in New Issue