Skip to content

Commit

Permalink
Update RDAP URL
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Oct 17, 2024
1 parent 7f859b8 commit 9c47cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/whois-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h3>${notice.title ? notice.title : "Notice"}</h3>
function searchRdapData(searchId="rdap-search", searchResultsId="rdap-search-results") {
event.preventDefault();

const rdapBaseUrl = 'https://rdap.cloudflareregistry.com/rdap/domain/';
const rdapBaseUrl = 'https://manage.get.gov/api/v1/rdap/?domain=';

let domain = document.getElementById(searchId).value

Expand Down

0 comments on commit 9c47cbe

Please sign in to comment.