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 032d80c commit a07cac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 a07cac0

Please sign in to comment.