Skip to content

Commit

Permalink
swapi.dev is down, use swapi.tech
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Jan 2, 2025
1 parent ea20946 commit afb414d
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 afb414d

Please sign in to comment.