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
  • Loading branch information
rsvoboda committed Jan 7, 2025
1 parent cd1579f commit b5755ed
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 b5755ed

Please # to comment.