Skip to content

Commit

Permalink
Merge pull request #158 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update README.adoc (#157)
  • Loading branch information
gkwan-ibm authored Jul 15, 2021
2 parents 2deefa0 + 3d9f39a commit 9826186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ Open another command-line session by selecting **Terminal** > **New Terminal** f

Run the following curl command to access the **inventory** service. Because you just started the application, the inventory is empty.
```
curl http://localhost:9080/inventory/systems
curl -s http://localhost:9080/inventory/systems | jq
```
{: codeblock}

Run the following curl command to add the **localhost** into the inventory.
```
curl http://localhost:9080/inventory/systems/localhost
curl -s http://localhost:9080/inventory/systems/localhost | jq
```
{: codeblock}

Expand Down Expand Up @@ -357,7 +357,7 @@ curl -k --user admin:adminpwd https://localhost:9443/metrics

Next, run the following curl command to access the **inventory** service:
```
curl http://localhost:9080/inventory/systems
curl -s http://localhost:9080/inventory/systems | jq
```
{: codeblock}

Expand Down

0 comments on commit 9826186

Please sign in to comment.