mirror of https://github.com/dapr/quickstarts.git
Added header to README.md
Signed-off-by: Eric Halsey <ehalseyhb@gmail.com>
This commit is contained in:
parent
bc0b95bdf0
commit
2cefa465aa
|
@ -242,7 +242,8 @@ Or, using the Visual Studio Code [Rest Client Plugin](https://marketplace.visual
|
||||||
|
|
||||||
[sample.http](sample.http)
|
[sample.http](sample.http)
|
||||||
```http
|
```http
|
||||||
POST http://localhost:3500/v1.0/invoke/nodeapp/method/neworder
|
POST http://localhost:3500/v1.0/invoke/nodeapp/method/neworder HTTP/1.1
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"data": {
|
"data": {
|
||||||
|
|
Loading…
Reference in New Issue