Skip to content

Commit

Permalink
Merge pull request quarkusio#45401 from rsvoboda/swapi.url
Browse files Browse the repository at this point in the history
Use swapi.tech for The Star Wars API calls
  • Loading branch information
gsmet authored Jan 7, 2025
2 parents 398c96b + b5755ed commit caabe1d
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 caabe1d

Please sign in to comment.