We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c80610 commit 7ceebb3Copy full SHA for 7ceebb3
client/dashboard/data/domain-name-servers.ts
@@ -2,7 +2,7 @@ import wpcom from 'calypso/lib/wp';
2
3
export async function fetchDomainNameServers( domainName: string ): Promise< string[] > {
4
return wpcom.req.get( {
5
- path: `/domains/${ domainName }/nameservers/`,
+ path: `/domains/${ domainName }/nameservers`,
6
} );
7
}
8
0 commit comments