mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add ICANN accreditation status on domain result page
This commit is contained in:
@@ -8,7 +8,7 @@ interface IcannAccreditationList {
|
||||
|
||||
export async function getIcannAccreditations(params: object): Promise<IcannAccreditationList> {
|
||||
return (await request<IcannAccreditationList>({
|
||||
url: 'entities/icann-accreditations',
|
||||
url: 'icann-accreditations',
|
||||
params
|
||||
})).data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user