Skip to content

Commit

Permalink
swapi.dev is down, use swapi.tech
Browse files Browse the repository at this point in the history
(cherry picked from commit afb414d)
  • Loading branch information
rsvoboda committed Jan 9, 2025
1 parent 5c60fcf commit d1beeaa
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 d1beeaa

Please sign in to comment.