Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Minor doc updates: fix URL for curl command #472

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 @@ -277,7 +277,7 @@ The pod configuration file looks like:

. In a new terminal, access the service as:

$ curl -k https://ENVIRONMENT_ID.vfs.cloud9.REGION_ID.amazonaws.com/api/v1/proxy/namespaces/default/services/app/
$ curl -k http://localhost:8080/api/v1/proxy/namespaces/default/services/app/
printed 2 times
+
The pod logs are refreshed as well:
Expand Down