Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Take the address reported back by the previous command and execute a `curl` comm

To check that the `consumer` and the `provider` are wired together and talking execute another `curl` command:

`curl <your service address>/invokeConsumedMicroservice`
`curl <your service address>/invokeConsumedService`

You should see a response similar to:

Expand Down