Skip to content

Commit

Permalink
Use swapi.tech for The Star Wars API calls
Browse files Browse the repository at this point in the history
(cherry picked from commit b5755ed)
  • Loading branch information
rsvoboda authored and gsmet committed Jan 7, 2025
1 parent ad82c95 commit 7982a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/context-propagation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ them to the client as JSON using xref:rest-json.adoc[Jackson or JSON-B]:
// Create a REST client to the Star Wars API
WebClient client = WebClient.create(vertx,
new WebClientOptions()
.setDefaultHost("swapi.net")
.setDefaultHost("swapi.tech")
.setDefaultPort(443)
.setSsl(true));
// get the list of Star Wars people, with context capture
Expand Down

0 comments on commit 7982a62

Please sign in to comment.