Skip to content

Commit

Permalink
Merge pull request #1484 from rsvoboda/swapi-tech
Browse files Browse the repository at this point in the history
swapi.dev is down, use swapi.tech
  • Loading branch information
gsmet authored Jan 7, 2025
2 parents 9d681f9 + afb414d commit dcf700d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class ResourceUsingWebClient {

public ResourceUsingWebClient(Vertx vertx) {
this.client = WebClient.create(vertx,
new WebClientOptions().setDefaultHost("swapi.dev").setDefaultPort(443).setSsl(true)
new WebClientOptions().setDefaultHost("swapi.tech").setDefaultPort(443).setSsl(true)
.setTrustAll(true));
}

Expand Down

0 comments on commit dcf700d

Please sign in to comment.