Skip to content

Commit

Permalink
docs: fix curl snippet after expose
Browse files Browse the repository at this point in the history
  • Loading branch information
efgpinto committed Aug 31, 2023
1 parent 6a5ae3d commit 39a2f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Try to call the exposed service with `curl`:

[source,command line]
----
curl <generated hostname>:443/customer/abc123
curl https://<generated hostname>/customer/abc123
----

== Next steps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Try to call the exposed service with `curl`:

[source,command line]
----
curl <generated hostname>:443/customer/abc123
curl https://<generated hostname>/customer/abc123
----

== Define the CustomerByName View
Expand Down

0 comments on commit 39a2f61

Please sign in to comment.