Skip to content

Commit 7ceebb3

Browse files
committed
Remove trailing slash
1 parent 2c80610 commit 7ceebb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/dashboard/data/domain-name-servers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import wpcom from 'calypso/lib/wp';
22

33
export async function fetchDomainNameServers( domainName: string ): Promise< string[] > {
44
return wpcom.req.get( {
5-
path: `/domains/${ domainName }/nameservers/`,
5+
path: `/domains/${ domainName }/nameservers`,
66
} );
77
}
88

0 commit comments

Comments
 (0)