Skip to content

Commit

Permalink
Update jobs/go/http/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Fernando Rocha <fernandorsl@gmail.com>
  • Loading branch information
rochabr and msfussell authored Jul 24, 2024
1 parent b6f110f commit 2377cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/go/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2377cb6

Please sign in to comment.