Skip to content

Commit

Permalink
Merge pull request #189 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update README.adoc (#188)
  • Loading branch information
gkwan-ibm authored Jul 15, 2021
2 parents d087e25 + e5ec854 commit 8b7144b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -451,14 +451,14 @@ localhost:8001/api/v1/namespaces/sn-labs-yourname/services/inventory-service/pro
Then, use the following **curl** command to access your **system** microservice:

```
curl http://$SYSTEM_PROXY/system/properties | jq
curl -s ttp://$SYSTEM_PROXY/system/properties | jq
```
{: codeblock}

Also, use the following **curl** command to access your **inventory** microservice:

```
curl http://$INVENTORY_PROXY/inventory/systems/system-service | jq
curl -s http://$INVENTORY_PROXY/inventory/systems/system-service | jq
```
{: codeblock}

Expand Down

0 comments on commit 8b7144b

Please sign in to comment.