Skip to content

Commit

Permalink
fix: uri whois path
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-cic committed Dec 11, 2023
1 parent 77474e9 commit f1ec05e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public String status() {

public String whois() {
return base()
.pathSegment(API_WHOIS)
.pathSegment(API_VERSION, API_WHOIS)
.build()
.toUriString();
}
Expand Down

0 comments on commit f1ec05e

Please sign in to comment.