mirror of https://github.com/dapr/quickstarts.git
Update jobs/go/http/README.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Fernando Rocha <fernandorsl@gmail.com>
This commit is contained in:
parent
b6f110f9e0
commit
2377cb6109
|
|
@ -83,7 +83,7 @@ dapr run --app-id job-service --app-port 6200 --dapr-http-port 6280 -- go run .
|
|||
|
||||
```bash
|
||||
curl -X POST \
|
||||
http://localhost:6280/v1.0-alpha1/jobs/jobforjabba \
|
||||
http://localhost:6280/v1.0-alpha1/jobs/R2D2 \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"data": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue