Skip to content

Commit

Permalink
Update after EdwinVW#6
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Aug 18, 2021
1 parent 84f1a51 commit 56073e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assignment02/step-by-step-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ First you're going to change the code so it calls the Dapr sidecar:
http://localhost:<daprPort>/v1.0/invoke/<appId>/method/<method-name>
```

You can substitute the placeholders in this URL with values for the VehicleRegistrationService, this yields the following URL:
You can substitute the placeholders in this URL with the appropriate values so the FineCollectionService's sidecar can call the the VehicleRegistrationService, this yields the following URL:

```http
http://localhost:3601/v1.0/invoke/vehicleregistrationservice/method/vehicleinfo/{licenseNumber}
Expand Down

0 comments on commit 56073e1

Please sign in to comment.